-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 942 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
40
41
42
43
44
45
46
47
{
"name": "s4",
"version": "0.0.0",
"description": "solapa 4",
"main": "index.js",
"scripts": {
"test": "mocha",
"postinstall": "node build.js",
"start": "node server.js"
},
"repository": "",
"author": "",
"license": "BSD",
"devDependencies": {
"should": "~1.1.0",
"mocha": "~1.3.2"
},
"dependencies": {
"ejs": "~0.8.3",
"express": "~3.0.0rc4",
"mongodb": "~1.1.7",
"nconf": "~0.6.4",
"async": "~0.1.22",
"ejs-amd": "0.0.1",
"rimraf": "~2.0.2",
"jamjs": "~0.2.8",
"loggly": "~0.3.11",
"winston-loggly": "~0.6.0",
"winston": "~0.6.2",
"pg": "~0.8.4",
"nodetime": "~0.4.7"
},
"jam": {
"packageDir": "public/packages",
"baseUrl": "public",
"dependencies": {
"jquery": "*",
"bootstrap": "2.0.4-jam.1",
"director": "*",
"chosen": "*"
}
},
"subdomain": "auth11",
"engines": {
"node": "0.8.x"
}
}