forked from jeonghwan-kim/sample-hapi-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "sample-hapi-rest-api",
"version": "1.0.0",
"description": "",
"main": "app/app.js",
"scripts": {
"start": "node app/app.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/jeonghwan-kim/sample-hapi-rest-api.git"
},
"author": "chris",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeonghwan-kim/sample-hapi-rest-api/issues"
},
"homepage": "https://github.com/jeonghwan-kim/sample-hapi-rest-api",
"dependencies": {
"good": "^5.1.0",
"good-console": "^4.0.0",
"good-file": "^4.0.1",
"hapi": "^8.0.0",
"joi": "^5.0.2",
"lodash": "^2.4.1",
"mysql": "^2.7.0",
"sequelize": "^3.2.0"
},
"devDependencies": {
"code": "^1.2.1",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-hapi": "^0.8.1",
"grunt-lab": "^2.1.2",
"grunt-open": "^0.2.3",
"jshint-stylish": "^1.0.0",
"lab": "^5.1.0",
"load-grunt-tasks": "^3.2.0"
}
}