forked from cbmono/beuth-hapi-restful-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.24 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "hapijs-mvc-seed-es6",
"version": "1.0.0",
"description": "hapi Seed Project - MVC / RDMS",
"author": "Claudio Bredfeldt <claudio@cbmono.de>",
"license": "MIT",
"main": "index.js",
"repository": {
"url": "https://github.com/cbmono/hapijs-seed-mvc.git"
},
"scripts": {
"start": "gulp",
"test": "gulp test",
"test:unit": "gulp test:unit",
"test:api": "gulp test:api"
},
"dependencies": {
"boom": "^3.1.1",
"config": "^1.17.1",
"good": "^6.4.0",
"good-console": "^5.2.0",
"good-file": "^5.1.1",
"hapi": "^12.1.0",
"inert": "^3.2.0",
"joi": "^7.1.0",
"knex": "^0.9.0",
"lodash": "^3.10.1",
"lout": "^8.0.1",
"mysql": "^2.10.0",
"pg": "^4.4.3",
"purdy": "^1.6.0",
"q": "^1.4.1",
"request-promise": "^2.0.0",
"sqlite3": "^3.1.1",
"vision": "^4.0.1",
"winston": "^2.1.1"
},
"devDependencies": {
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"blipp": "^2.3.0",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"run-sequence": "^1.1.5"
}
}