-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 967 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
{
"name": "childmind-api-nodejs",
"version": "1.0.0",
"description": "childmind-api-nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:prod": "NODE_ENV=production yarn start"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/Super920/childmind-api-nodejs.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/Super920/childmind-api-nodejs#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"boom": "^5.2.0",
"config": "^1.26.2",
"glob": "^7.1.2",
"hapi": "^16.5.2",
"hapi-auth-jwt": "^4.0.0",
"joi": "^10.6.0",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^7.4.3",
"mongoose": "^4.11.9",
"nodemailer": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"good": "^7.3.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2"
}
}