mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +08:00
Tilemap collision working but needs speeding up
This commit is contained in:
+69
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"name": "grunt-contrib-connect",
|
||||
"description": "Start a connect web server.",
|
||||
"version": "0.3.0",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-connect",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
"url": "http://gruntjs.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gruntjs/grunt-contrib-connect.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-connect/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-connect/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"main": "Gruntfile.js",
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"connect": "~2.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-jshint": "~0.2.0",
|
||||
"grunt-contrib-nodeunit": "~0.1.2",
|
||||
"grunt-contrib-internal": "~0.4.2",
|
||||
"grunt": "~0.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"grunt": "~0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"gruntplugin",
|
||||
"server",
|
||||
"connect",
|
||||
"http"
|
||||
],
|
||||
"contributors": [
|
||||
{
|
||||
"name": "\"Cowboy\" Ben Alman",
|
||||
"url": "http://benalman.com"
|
||||
},
|
||||
{
|
||||
"name": "Tyler Kellen",
|
||||
"url": "http://goingslowly.com"
|
||||
},
|
||||
{
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "http://sindresorhus.com"
|
||||
}
|
||||
],
|
||||
"_id": "grunt-contrib-connect@0.3.0",
|
||||
"readme": "ERROR: No README.md file found!",
|
||||
"dist": {
|
||||
"shasum": "1fa25353f1ad80b792288758235faff98b583ca5"
|
||||
},
|
||||
"_from": "grunt-contrib-connect@",
|
||||
"_resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-0.3.0.tgz"
|
||||
}
|
||||
Reference in New Issue
Block a user