-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 887 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
40
{
"name": "angular-scaffold",
"version": "1.0.0",
"description": "Angular scaffold with hapi.js serving it",
"main": "server",
"scripts": {
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/oscarsanchez/examen_backend.git"
},
"keywords": [
"angular",
"hapi",
"node",
"bootstrap",
"scaffold"
],
"author": "Oscar Sanchez",
"license": "ISC",
"bugs": {
"url": "https://github.com/oscarsanchez/examen_backend"
},
"engines": {
"node": "^4.2.1"
},
"homepage": "https://github.com/oscarsanchez/examen_backend",
"dependencies": {
"boom": "^3.0.0",
"crypto-js": "^3.1.5",
"hapi": "^11.1.0",
"hapi-auth-cookie": "^3.1.0",
"hapi-mongodb": "^4.1.0",
"inert": "^3.2.0",
"joi": "^7.0.1",
"mongoose": "^4.2.6",
"mongoose-unique-validator": "^0.6.1"
}
}