-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 938 Bytes
/
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
{
"name": "dvcoders-apply",
"version": "0.2.0",
"description": "The dvcoders apply website and server",
"main": "app.js",
"scripts": {
"test": "standard && mocha",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvcoders/dvcoders-apply.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dvcoders/dvcoders-apply/issues"
},
"homepage": "https://github.com/dvcoders/dvcoders-apply#readme",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"lodash": "^4.15.0",
"mongoose": "^4.6.0",
"morgan": "^1.7.0",
"node-slack": "0.0.7",
"nunjucks": "^2.5.0",
"sass": "^0.5.0",
"webpack": "^1.13.2",
"winston": "^2.2.0"
},
"devDependencies": {
"nodemon": "^1.10.2",
"standard": "^3.13.2",
"supertest": "^1.2.0"
}
}