forked from gr2m/hapi-cors-headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 872 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
{
"name": "hapi-cors-headers",
"description": "hapi extension to enable CORS",
"main": "index.js",
"scripts": {
"pretest": "standard",
"coverage": "tap --coverage-report=html",
"coverage:upload": "tap --coverage-report=text-lcov | coveralls",
"semantic-release": "semantic-release",
"test": "tap --100 --coverage tests"
},
"repository": {
"type": "git",
"url": "https://github.com/gr2m/hapi-cors-headers.git"
},
"keywords": [
"hapi",
"cors",
"extension"
],
"author": "Gregor Martynus <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gr2m/hapi-cors-headers/issues"
},
"homepage": "https://github.com/gr2m/hapi-cors-headers#readme",
"devDependencies": {
"coveralls": "^3.0.0",
"semantic-release": "^15.0.0",
"standard": "^11.0.0",
"tap": "^12.0.0"
}
}