This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 1.76 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
{
"name": "hub",
"version": "0.3.0",
"description": "DemocracyOS Hub: user interface to spawn and manage DemocracyOS deployments",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/DemocracyOS/hub.git"
},
"keywords": [
"nodejs",
"express",
"mongoose",
"passport",
"component",
"stylus",
"jade"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/democracyos/hub/issues"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"body-parser": "1.9.3",
"builder-jade": "1.0.1",
"commander": "~2.5.0",
"component": "1.0.0-rc5",
"component-builder": "1.1.13",
"component-resolver": "1.2.7",
"compression": "1.2.1",
"connect-mongo": "0.4.1",
"cookie-parser": "1.3.3",
"crypto": "0.0.3",
"csurf": "^1.6.5",
"debug": "2.0.0",
"errorhandler": "1.3.0",
"express": "4.10.4",
"express-session": "1.9.2",
"express-sslify": "0.1.1",
"jade": "1.7.0 ",
"jwt-simple": "0.2.0",
"machinepack-democracyosmanager": "0.2.0",
"merge-util": "0.1.0",
"mkdirp": "0.5.0",
"moment": "2.9.0",
"mongoose": "3.8.24",
"mongoose-gravatar": "~0.2.1",
"node-path": "0.0.3",
"notifier-client": "0.2.0",
"nowww": "~1.1.3",
"passport": "~0.2.0",
"passport-facebook": "~1.0.3",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.4",
"passport-twitter": "~1.0.2",
"ready": "0.1.1",
"serve-favicon": "2.1.7",
"string-to-js": "0.0.1",
"stylus": "0.49.3",
"t-component": "1.0.0",
"democracyos-db": "0.0.1",
"underscore": "^1.7.0"
},
"scripts": {
"postinstall": "node ./bin/hub-install --config && node ./bin/hub-config && node ./bin/hub-build"
}
}