forked from electrode-io/electrode-hapi-compat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 963 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "electrode-hapi-compat",
"version": "1.3.1",
"description": "Electrode Hapi 16/17/18 utility",
"main": "lib/util.js",
"scripts": {
"test": "clap check"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/electrode-hapi-compat.git"
},
"keywords": [
"electrode",
"hapi",
"plugin"
],
"author": "Dat Vong <[email protected]>",
"license": "Apache-2.0",
"dependencies": {},
"nyc": {
"all": true,
"reporter": [
"lcov",
"text",
"text-summary"
],
"exclude": [
"coverage",
"*clap.js",
"gulpfile.js",
"dist",
"test"
],
"check-coverage": true,
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 100,
"cache": true
},
"devDependencies": {
"electrode-archetype-njs-module-dev": "^3.0.0",
"hapi": "^16.6.3",
"mock-require": "^3.0.2"
}
}