-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "ManaFlood",
"version": "0.0.1-32",
"subdomain": "mana-flood",
"domains": [
"manaflood.com",
"www.manaflood.com",
"fanficcentral.com",
"www.fanficcentral.com"
],
"author": "Shelby Doolittle <[email protected]>",
"description": "All purpose Magic: the Gathering website.",
"dependencies": {
"express": "3.x",
"coffee-script": "1.4.x",
"iced-coffee-script": "1.4.x",
"jade": "0.30.x",
"connect-assets": "2.4.0",
"stylus": "0.32.x",
"nib": "0.9.x",
"markdown": "0.4.0",
"passport": "0.1.16",
"which": "1.0.5",
"mongoose": "3.6.x",
"connect-mongo": "0.3.x",
"wrench": "1.4.4",
"crypto": "0.0.3",
"passport-local": "0.1.6",
"mongoose-troop": "0.0.8",
"tutor": "0.4.x"
},
"scripts": {
"install": "cake build",
"start": "node server.js"
},
"devDependencies": {
"coffee-script": "*",
"mocha": "*",
"should": "*",
"supertest": "*",
"request": "*",
"supervisor": "*",
"puts": "*",
"node-inspector": "*",
"ejs": "*"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
}
}