forked from brigadehub/brigadehub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 2.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "brigadehub",
"version": "0.1.13",
"repository": {
"type": "git",
"url": "https://github.com/brigadehub/brigadehub.git"
},
"engines": {
"node": ">=6 <7"
},
"bin": {
"brigadehub-suite": "make start"
},
"scripts": {
"db-migrate": "db-migrate",
"gulp": "gulp",
"nightwatch": "nightwatch",
"nodemon": "nodemon",
"selenium-standalone": "selenium-standalone",
"standard": "standard",
"start": "make start",
"test": "make test",
"yarn": "yarn"
},
"dependencies": {
"analytics-node": "^2.1.0",
"app-module-path": "^2.1.0",
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.14.2",
"brigadehub-admin-c4sf": "0.1.17",
"brigadehub-core": "0.1.9",
"brigadehub-public-c4sf": "0.3.17",
"brigadehub-public-c4sf-opensavannah": "^0.3.35",
"colors": "^1.1.2",
"compression": "^1.6.0",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"db-migrate": "^0.10.0-beta.20",
"db-migrate-mongodb": "^1.1.4",
"dotenv": "^1.2.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-flash": "^0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.18.0",
"faker": "^3.1.0",
"gh-ls": "^1.0.0",
"github-get": "^0.3.1",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.1.0",
"gulp-watch": "^4.3.6",
"is-url": "^1.2.2",
"link-header-parser": "0.0.2",
"lodash": "^4.0.0",
"lusca": "^1.3.0",
"markdown-it": "^6.0.5",
"markdown-it-named-headers": "0.0.4",
"method-override": "^2.3.5",
"moment": "^2.11.1",
"moment-timezone": "^0.5.3",
"mongoose": "^4.3.5",
"morgan": "^1.6.1",
"node-sass": "^4.5.1",
"node-sass-middleware": "^0.9.7",
"node-uuid": "^1.4.7",
"node-version-checker": "^1.0.6",
"nodemailer": "^2.0.0",
"passport": "0.3.2",
"passport-github": "^1.0.0",
"passport-local": "^1.0.0",
"passport-meetup": "^1.0.0",
"pug": "^2.0.0-beta6",
"request": "^2.67.0",
"require-dir": "https://registry.npmjs.org/require-dir/-/require-dir-0.3.0.tgz",
"selectn": "1.0.9",
"serve-favicon": "^2.3.0",
"slug": "^0.9.1",
"slugify": "^1.0.2",
"supertest": "^2.0.1",
"yarn": "^0.17.10"
},
"devDependencies": {
"careful": "^1.0.2",
"chai": "^3.4.1",
"cz-conventional-changelog": "^1.1.6",
"ghooks": "^1.2.1",
"goosestrap": "^1.0.0",
"mocha": "^2.3.4",
"mongodb": "^2.1.7",
"mongoose-seed": "^0.3.1",
"nightwatch": "latest",
"nodemon": "^1.11.0",
"phantomjs-prebuilt": "2.1.11",
"seedling": "0.0.10",
"selenium-standalone": "latest",
"standard": "^8.6.0",
"validate-commit-msg": "^2.6.1"
},
"standard": {
"globals": [
"it",
"beforeEach",
"describe",
"afterEach",
"after"
],
"ignore": [
"**/js/lib/",
"migrations/"
]
},
"config": {
"ghooks": {
"pre-push": "npm test"
}
},
"license": "MIT"
}