-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 914 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
35
36
37
38
39
{
"name": "nko3-the-xx",
"version": "0.0.2",
"private": true,
"description": "The XX",
"main": "server.coffee",
"scripts": {
"start": "coffee boot",
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:nko3/the-xx.git"
},
"contributors": [
{"name": "Jane Wang", "email": "[email protected]"},
{"name": "Jonathan 'Tivs' Rainey", "email": "[email protected]"}
],
"dependencies": {
"express": "*",
"jade": "*",
"lodash": "*",
"connect-redis": "*",
"connect-assets": "*",
"coffee-script": "*",
"less": "*",
"socket.io": "*",
"redis": "*",
"mongodb": "1.1.x",
"async": "*",
"request": "*",
"cookie": "*",
"fleck": "*"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "the-xx.nko3"
}