forked from cliftonc/calipso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.75 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name":"calipso",
"description":"A NodeJS CMS",
"version":"0.3.17",
"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.6||>=0.8"
},
"devDependencies":{
"mocha":"~1.4.2",
"should":"~1.1.0"
},
"dependencies":{
"express":"3.0.x",
"formidable":"1.0.x",
"connect":"2.3.x",
"ejs":"0.6.x",
"jade":"0.27.x",
"stylus":"0.28.x",
"underscore":"1.3.x",
"mongoose":"2.5.x",
"connect-mongodb":"1.1.x",
"winston":"0.5.x",
"mongodb":"0.9.x",
"connect-form":"0.2.x",
"qs":"0.4.x",
"request":"2.9.x",
"pool":"0.4.x",
"mime":"1.2.x",
"step":"0.0.x",
"optimist":"0.3.x",
"colors":"0.6.x",
"semver":"1.0.x",
"rimraf":"2.0.x",
"nconf":"0.6.x",
"async":"0.1.x",
"hook.io":"0.8.x",
"mailer":"~0.6.4",
"everyauth":"0.3.x",
"adm-zip":"0.1.x",
"node-xml":"1.0.x",
"knox":"0.0.x",
"sanitizer":"0.0.15"
},
"optionalDependencies":{
"bcrypt":"0.7.x",
"imagemagick":"0.1.x"
},
"scripts":{
"install":"bash ./bin/install.sh",
"test":"NODE_ENV=mocha ./node_modules/.bin/mocha --reporter spec -t 5000 -s 500"
},
"bin":{
"calipso":"./bin/calipso"
}
}