-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "hapi-relax",
"description": "Wraps nano's API as hapi server methods and seamlessly authenticates with cookie",
"version": "1.0.2",
"main": "index",
"scripts": {
"test": "./node_modules/lab/bin/lab -c -v -L -l",
"unmocked": "NOCK_OFF=true ./node_modules/lab/bin/lab -c -v -L -l -m 6000",
"coverage": "./node_modules/lab/bin/lab -r lcov"
},
"repository": {
"type": "git",
"url": "git://github.com/accosine/hapi-relax.git"
},
"keywords": [
"hapi",
"hapi.js",
"couchdb",
"couch",
"nano",
"cookie",
"authentication"
],
"author": "accosine.com",
"contributors": [
"Simon Bugert <[email protected]>",
"Duncan Kolba <[email protected]>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/accosine/hapi-relax/issues"
},
"dependencies": {
"hoek": "^3.0.1",
"nano": "^6.1.2"
},
"devDependencies": {
"code": "^2.0.1",
"codeclimate-test-reporter": "0.0.4",
"hapi": "^11.0.3",
"lab": "^7.1.0",
"nock": "^2.17.0"
}
}