-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "Binners_Project_API",
"version": "1.0.0",
"description": "https://github.com/VanHack/binners-project-api.git",
"repository": {
"type": "git",
"url": "https://github.com/VanHack/binners-project-api.git"
},
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/**/*-test.js",
"start": "NODE_ENV=${NODE_ENV=development} nodemon app.js",
"start_windows": "set NODE_ENV=development&&nodemon app.js"
},
"engines": {
"node": "4.2.4",
"npm": "2.14.12"
},
"author": "Samuel Castro <samuelcastrosilva@gmail.com>",
"license": "ISC",
"dependencies": {
"bcryptjs": "2.1.0",
"bell": "5.0.0",
"bluebird": "2.9.34",
"boom": "2.7.1",
"config": "1.13.0",
"eyes": "0.1.8",
"good": "6.1.2",
"good-console": "5.0.0",
"handlebars": "3.0.3",
"hapi": "8.4.0",
"hapi-io": "0.0.5",
"hapi-swagger": "git+https://github.com/samuelcastro/hapi-swagger.git#0.7.4",
"joi": "6.1.0",
"jsonwebtoken": "5.0.1",
"marked": "0.3.3",
"moment-timezone": "0.5.1",
"mongoose": "4.0.3",
"mongoose-findorcreate": "0.1.2",
"mongoose-unique-validator": "0.4.1",
"node-uuid": "1.4.7",
"nodemailer": "1.4.0",
"oauth": "0.9.14",
"underscore": "1.8.3",
"underscore.string": "3.0.3"
},
"devDependencies": {
"nodemon": "1.9.1"
}
}