-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
94 lines (94 loc) · 2.11 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "civic-stack",
"version": "1.1.0",
"description": "Stack of online civic webapps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/democracyos/civic-stack.git"
},
"keywords": [
"nodejs",
"express",
"mongoose",
"passport",
"component",
"stylus",
"jade"
],
"author": "slifszyc",
"license": "MIT",
"bugs": {
"url": "https://github.com/democracyos/civic-stack/issues"
},
"engines": {
"node": "4.5.0",
"npm": "2.7.6"
},
"dependencies": {
"autoprefixer-stylus": "^0.9.4",
"batch": "0.5.2",
"bluebird": "^3.4.0",
"body-parser": "1.12.0",
"builder-jade": "1.0.1",
"commander": "2.5.0",
"component": "1.0.0",
"component-builder": "1.2.0",
"component-resolver": "1.2.7",
"compression": "1.2.1",
"connect-mongo": "0.8.2",
"cookie-parser": "1.3.4",
"crypto": "0.0.3",
"debug": "2.1.3",
"disqus-sso-express": "^0.1.0",
"errorhandler": "1.3.0",
"express": "4.13.3",
"express-session": "v1.9.2",
"jade": "1.7.0 ",
"merge-util": "0.1.0",
"mkdirp": "0.5.0",
"mongodb": "^2.2.9",
"mongoose": "3.8.24",
"mongoose-type-url": "1.0.0",
"mongoose-validator": "1.0.3",
"node-cache": "^3.2.1",
"node-path": "0.0.3",
"nowww": "1.1.3",
"open-graph-scraper": "^2.1.0",
"passport": "0.2.0",
"passport-github": "0.1.5",
"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",
"type-component": "0.0.1"
},
"scripts": {
"postinstall": "node ./bin/civicstack-install --config && node ./bin/civicstack-config && node ./bin/civicstack-build"
},
"devDependencies": {
"mongodb-migrations": "^0.5.2",
"xo": "^0.16.0"
},
"xo": {
"space": 2,
"env": [
"node",
"es6",
"browser"
],
"rules": {
"import/no-extraneous-dependencies": 0,
"curly": [
"error",
"multi-line"
],
"space-before-function-paren": [
"error",
"always"
]
}
}
}