-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 775 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 775 Bytes
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
{
"name": "nko4-0x",
"version": "0.0.0",
"description": "0x",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:nko4/0x.git"
},
"dependencies": {
"async": "*",
"gm": "*",
"lanyrd": "*",
"nko": "*",
"ejs": "*",
"express": "*",
"node-uuid": "*",
"perlin-noise" : "*",
"proj4" : "*",
"request": "*",
"socket.io": "*",
"vector2d-lib": "*",
"underscore": "*"
},
"devDependencies": {
"mocha": "*",
"sandboxed-module": "*",
"sinon": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-cafe-mocha": "~0.1.8"
},
"engines": {
"node": "0.10.x"
}
}