-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 906 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
{
"name": "hapi-knex",
"version": "0.0.3",
"description": "hapi knex plugin",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c -L",
"test-cover": "./node_modules/lab/bin/lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"author": "iostat42 <[email protected]>",
"license": "MIT",
"dependencies": {
"hapi": "^13.3.0",
"hoek": "^3.0.4",
"joi": "^8.0.5",
"lab": "^10.3.0",
"sqlite3": "^3.1.3"
},
"devDependencies": {
"code": "^2.1.1",
"hapi": "^13.2.1",
"lab": "^10.2.0",
"sqlite3": "^3.1.1"
},
"peerDependencies": {
"knex": ">=0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/iostat42/hapi-knex.git"
},
"bugs": {
"url": "https://github.com/iostat42/hapi-knex/issues"
},
"homepage": "https://github.com/iostat42/hapi-knex"
}