-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 800 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
{
"name": "gravity-world",
"description": "Gravity World is a MelonJS game based",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/luiscoms/gravity-world"
},
"bugs": {
"url": "https://github.com/luiscoms/gravity-world/issues"
},
"devDependencies": {
"grunt-cli": "^1.2.0",
"grunt": "^0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.4",
"grunt-notify": "~0.3.0",
"grunt-processhtml": "~0.3.0",
"http-server": "^0.6.1"
},
"scripts": {
"prestart": "grunt",
"start": "http-server -p 7777 #-a localhost"
}
}