-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 816 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 816 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
{
"name": "concierge",
"description": "Concierge API REST services using hapi framework",
"version": "0.1.0",
"author": "Vladimir Ilic",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://git@github.com:burgerboydaddy/concierge.git"
},
"dependencies": {
"async": "^2.0.0-rc.2",
"dotenv": "^2.0.0",
"hapi": "^13.2.2",
"hapi-auth-basic": "^4.1.0",
"hapi-swagger": "^4.3.1",
"inert": "^3.2.0",
"joi": "^8.0.5",
"mongodb": "^2.1.14",
"mongoose": "^4.4.10",
"package": "^1.0.1",
"vision": "^4.0.1",
"winston": "^2.2.0"
},
"keywords": [
"RESTAPI",
"hapi",
"nodejs",
"discovery"
],
"engines": {
"node": "~4.2.0",
"npm": "~2.14.3"
},
"license": "MIT"
}