-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 938 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
{
"name": "no-turning-back",
"version": "0.2.0",
"description": "No Turning Back. HTML5+JS game.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/tech-team/no-turning-back.git"
},
"author": "igorcoding, alekseyl1992, abashinos",
"license": "ISC",
"bugs": {
"url": "https://github.com/tech-team/no-turning-back/issues"
},
"homepage": "https://github.com/tech-team/no-turning-back",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "~0.4.13",
"grunt-fest": "~0.1.5"
},
"dependencies": {
"artist": "~0.1.5",
"express": "~3.5.1",
"guid": "0.0.10",
"mongojs": "^0.13.0",
"socket.io": "^0.9.16"
}
}