summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-04-21 08:43:46 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-04-21 08:43:46 +0200
commit1b700b59d6f759e1504c94eb0d378c61b7242da3 (patch)
tree7b3889e6ae1d22f4551cf56157a3cdeebe31d9c3 /package.json
parent883a678635900b80cd9fc99467cbb31e125a007c (diff)
Scaffolded Phaser template
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b82d0e3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "interactive-pacbot",
+ "private": true,
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "bower": "~0.9.2",
+ "grunt-contrib-connect": "~0.2.0",
+ "grunt-contrib-watch": "~0.4.3",
+ "grunt-contrib-copy": "*",
+ "grunt-open": "~0.2.0",
+ "matchdep": "~0.1.2",
+ "connect-livereload": "~0.1.3",
+ "moment": "~2.0.0",
+ "grunt-html-build": "~0.3.2",
+ "underscore": "*",
+ "underscore.string": "*",
+ "browserify": "~3.38.0",
+ "grunt-browserify": "~1.3.0"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+} \ No newline at end of file