This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
100 lines (100 loc) · 2.62 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
{
"name": "brigadehub-admin-c4sf",
"version": "0.1.18",
"description": "",
"main": "index.js",
"scripts": {
"standard": "standard",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brigadehub/theme-admin-c4sf.git"
},
"author": "Ozzy Haven <npm@therebelrobot.com> (@therebelrobot)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brigadehub/theme-admin-c4sf/issues"
},
"homepage": "https://github.com/brigadehub/theme-admin-c4sf#readme",
"dependencies": {
"analytics-node": "^2.1.0",
"app-module-path": "^2.1.0",
"async": "^1.5.2",
"ava": "^0.17.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.14.2",
"browserify": "^13.3.0",
"choices.js": "^2.7.7",
"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-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.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-middleware": "^0.9.7",
"node-uuid": "^1.4.7",
"node-version-checker": "^1.0.6",
"nodemailer": "^2.0.0",
"npm-module-search": "^1.0.1",
"passport": "0.3.2",
"passport-github": "^1.0.0",
"passport-local": "^1.0.0",
"passport-meetup": "^1.0.0",
"pug": "^2.0.0-beta6",
"repo-exists": "^2.0.0",
"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",
"slugify": "^1.1.0",
"supertest": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
"yarn": "^0.17.10"
},
"devDependencies": {
"browserify": "^13.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"standard": "^8.6.0",
"vinyl-source-stream": "^1.1.0"
},
"standard": {
"globals": [
"it",
"beforeEach",
"describe",
"afterEach",
"after"
],
"ignore": [
"**/public/js/",
"migrations/"
]
}
}