This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 307
/
package.json
76 lines (76 loc) · 1.95 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
71
72
73
74
75
76
{
"name": "calipso",
"description": "A NodeJS CMS",
"version": "0.3.54",
"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": "3.6.x",
"connect-mongodb": "1.1.x",
"winston": "0.5.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.4.x",
"node-xml": "1.0.x",
"knox": "0.0.x",
"sanitizer": "0.0.15",
"jsonschema": "~0.4.0"
},
"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 80000 -s 500",
"start": "node app.js"
},
"bin": {
"calipso": "./bin/calipso"
},
"subdomain": "calipso",
"domains": [
"calip.so",
"www.calip.so"
]
}