-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "MMORPG-World-Building",
"version": "0.0.1",
"subdomain": "mmorpg-worldbuilding",
"domains": [],
"author": "Shelby Doolittle <[email protected]>",
"description": "An mmorpg with world building and game restarts on faction victory.",
"dependencies": {
"express": "3.x",
"coffee-script": "1.4.x",
"jade": "0.30.x",
"connect-assets": "2.4.0",
"stylus": "0.32.x",
"passport": "0.1.16",
"which": "1.0.5",
"mongoose": "3.6.x",
"passport-local": "0.1.x",
"socket.io": "0.9.x",
"wrench": "latest",
"util": "latest"
},
"scripts": {
"install": "node node_modules/coffee-script/bin/cake build",
"start": "node server.js",
"test": "mocha --require should --compilers coffee:coffee-script --colors"
},
"devDependencies": {
"coffee-script": "*",
"ejs": "*",
"mocha": "*",
"coffee-script-redux":"*",
"should": "*",
"underscore": "*",
"supervisor": "*"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
}
}