mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-19 04:12:25 -05:00
Update package.json
This commit is contained in:
parent
c7eb8a84f3
commit
689ca93e5c
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"author": "Tabcorp Digital Technology Team",
|
"author": "Tabcorp Digital Technology Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Common middlewares for all Node.js web services",
|
"description": "CORS middleware with full W3C spec support",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"restify",
|
"restify",
|
||||||
"cors",
|
"cors",
|
||||||
|
@ -14,6 +14,9 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
|
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/TabDigital/restify-cors-middleware/issues"
|
||||||
|
},
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "require-lint && standard && mocha"
|
"test": "require-lint && standard && mocha"
|
||||||
|
|
Loading…
Reference in a new issue