forked from DemocracyOS/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.66 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
{
"name": "hub",
"version": "0.0.1",
"description": "DemocracyOS Hub: user interface to spawn and manage DemocracyOS instances",
"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.28",
"npm": "1.4.9"
},
"dependencies": {
"passport": "~0.2.0",
"express": "4.10.4",
"express-session": "1.9.2",
"cookie-parser": "1.3.3",
"body-parser": "1.9.3",
"errorhandler": "1.3.0",
"compression": "1.2.1",
"nowww": "~1.1.3",
"serve-favicon": "2.1.7",
"jade": "1.7.0 ",
"passport-facebook": "~1.0.3",
"passport-twitter": "~1.0.2",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.4",
"mongoose": "~3.8.19",
"mongoose-gravatar": "~0.2.1",
"connect-mongo": "0.4.1",
"string-to-js": "0.0.1",
"commander": "~2.5.0",
"component": "1.0.0-rc5",
"component-builder": "1.1.13",
"component-resolver": "1.2.7",
"builder-jade": "1.0.1",
"stylus": "0.49.3",
"mkdirp": "0.5.0",
"ready": "0.1.1",
"merge-util": "0.1.0",
"node-path": "0.0.3",
"crypto": "0.0.3",
"debug": "2.0.0",
"t-component": "1.0.0",
"csurf": "^1.6.5",
"notifier-client": "0.2.0",
"jwt-simple": "0.2.0",
"moment": "2.9.0",
"express-sslify": "0.1.1"
},
"scripts": {
"postinstall": "node ./bin/hub-install && node ./bin/hub-config && node ./bin/hub-build"
}
}