Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit f22c72a

Browse files
committed
chore(package): initial version
1 parent d7440a5 commit f22c72a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "hapi-cors-headers",
3+
"description": "hapi extension to enable CORS",
4+
"main": "index.js",
5+
"scripts": {
6+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
7+
"test": "standard && npm run -s test:node | tap-spec",
8+
"test:coverage": "istanbul cover tests",
9+
"test:coverage:upload": "istanbul-coveralls"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/gr2m/hapi-cors-headers.git"
14+
},
15+
"keywords": [
16+
"hapi",
17+
"cors",
18+
"extension"
19+
],
20+
"author": "Gregor Martynus <[email protected]>",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/gr2m/hapi-cors-headers/issues"
24+
},
25+
"homepage": "https://github.com/gr2m/hapi-cors-headers#readme",
26+
"devDependencies": {
27+
"istanbul": "^0.3.17",
28+
"istanbul-coveralls": "^1.0.3",
29+
"semantic-release": "^4.0.0",
30+
"standard": "^4.5.4",
31+
"tap-spec": "^4.0.2",
32+
"tape": "^4.0.1"
33+
}
34+
}

0 commit comments

Comments
 (0)