forked from cliftonc/calipso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.29 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
52
53
54
55
56
57
58
{
"name": "calipso",
"description": "A NodeJS CMS",
"version": "0.2.3",
"homepage": "http://calip.so",
"repository": {
"type": "git",
"url": "git://github.com/cliftonc/calipso.git"
},
"author": "Clifton Cunningham <[email protected]> (cliftoncunningham.co.uk)",
"directories": {
"lib": "./lib",
"conf": "./conf",
"modules": "./modules",
"themes": "./themes",
"support": "./support",
"utils": "./utils",
"tests": "./tests"
},
"engines": {
"node": "0.4.x || 0.5.x"
},
"dependencies": {
"express": "2.4.x",
"connect": "1.6.x",
"ejs": "0.4.x",
"jade": "0.13.x",
"stylus": "0.13.x",
"underscore":"1.1.x",
"mongoose": "1.7.x",
"winston": "0.3.x",
"mongodb": "0.9.x",
"connect-form": "0.2.x",
"qs": "0.3.x",
"request":"2.0.1",
"pool":"0.4.x",
"mime":"1.2.x",
"cluster": "0.6.x",
"step": "0.0.x",
"optimist":"0.2.x",
"colors":"0.5.x",
"bcrypt": "0.2.x",
"semver":"1.0.x",
"hook.io":"0.6.x",
"zipfile":"0.2.x",
"rimraf":"1.0.x",
"nconf":"0.2.x"
},
"devDependencies": {
"expresso": "0.8.x",
"should": "0.2.x"
},
"scripts": {
"install" : "bash ./bin/install.sh",
"test" : "expresso -s"
},
"bin": { "calipso": "./bin/calipso" }
}