forked from xaviserrag/sweetyjourney
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "superQuantumMutants",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"grunt": "grunt"
},
"devDependencies": {
"bower": "~0.9.2",
"browserify": "~3.38.0",
"connect-livereload": "~0.1.3",
"express": "^4.13.3",
"grunt": "~0.4.1",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-copy": "*",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-watch": "~0.4.3",
"grunt-html-build": "~0.3.2",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2",
"moment": "~2.0.0",
"platform": "~1.3.0",
"scream": "~2.0.9",
"underscore": "*",
"underscore.string": "*"
},
"engines": {
"iojs": "0.8.x",
"npm": "2.1.x",
"node": "0.10.x"
},
"dependencies": {
"express": "^4.9.8",
"grunt-cli": "^1.5.0",
"phaser": "~2.4.4"
}
}