This repository was archived by the owner on Jan 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
{
"name": "Headstart",
"description": "Boilerplate Application for Hackathon Organizers (Using My-MLH)",
"author": "Nicolas Hinderling <nicolas.hinderling@gmail.com>",
"version": "0.0.1",
"repository": {
"type": "git"
},
"license": "MIT",
"dependencies": {
"bases": "^0.2.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"debug": "^3.0.1",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"express": "~4.14.0",
"express-session": "~1.0.0",
"file-type": "^3.8.0",
"iconv-lite": "^0.4.18",
"lodash": "^4.17.4",
"method-override": "~1.0.0",
"mime": "^1.3.4",
"mongoose": "^4.4.3",
"morgan": "~1.0.0",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"querystring": "^0.2.0",
"request": "^2.71.0",
"sendgrid": "^4.3.0",
"serve-favicon": "^2.3.2",
"validator": "^6.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^3.5.3",
"should": "^13.1.0",
"standard": "^8.6.0",
"supertest": "^3.0.0"
},
"engine": "node >= 6.9.0",
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha"
},
"standard": {
"ignore": [
"public/js"
]
}
}