-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.63 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Gravity",
"version": "0.1.0",
"description": "The gravity game",
"dependencies": {
"async": "^0.9.2",
"pg": "4.x",
"socket.io": "~1.3.5",
"uuid": "^2.0.1",
"html-entities":"^1.2.0"
},
"scripts": {
"start": "node server/app.js",
"test": "node_modules/grunt-cli/bin/grunt test",
"rebuild": "node_modules/grunt-cli/bin/grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/konfiot/gravity.git"
},
"keywords": [
"snake",
"boundless",
"game",
"multiplayer"
],
"devDependencies": {
"base64-img": "^1.0.3",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.2.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-font-optimizer": "^0.2.8",
"grunt-hogan": "^0.3.0",
"grunt-html": "^1.6.0",
"grunt-image-embed": "^0.3.3",
"grunt-inline": "~0.3.0",
"grunt-jscs": "^1.8.0",
"grunt-nodemon": "^0.4.0",
"grunt-remove-logging": "^0.2.0",
"grunt-replace": "^0.7.9",
"grunt-ttf2woff": "^1.0.0",
"grunt-wget": "^0.1.3",
"hogan.js": "^3.0.2",
"roboto-fontface": "^0.4.2",
"socket.io-client": "~1.3.5"
},
"engines": {
"node": "0.12.x"
},
"main": "server/app.js"
}