-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 886 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 886 Bytes
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
{
"name": "bluster-api",
"version": "0.0.1",
"private": true,
"main": "app.js",
"author": "Joe N Ngigi",
"repository": "https://github.com/mictecttu/bluster-api",
"scripts": {
"start": "nodemon app.js",
"test": "mocha"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"diff": "^3.5.0",
"dotenv": "^5.0.1",
"express": "^4.13.3",
"glob": "^6.0.4",
"joi": "^14.3.1",
"method-override": "^2.3.0",
"mongoose": "^4.1.2",
"morgan": "^1.6.1",
"nodemailer": "^4.6.7",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^4.0.0",
"debug": "^2.2.0",
"mocha": "^4.0.1",
"nodemon": "^1.18.10",
"nyc": "^10.0.0",
"supertest": "^2.0.0"
},
"engines": {
"node": ">=8.11.0"
}
}