mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 11:52:26 -05:00
0.0.1
This commit is contained in:
parent
3c7dec4e63
commit
d1999b520b
1 changed files with 7 additions and 2 deletions
|
@ -1,10 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "restify-cors-middleware",
|
"name": "restify-cors-middleware",
|
||||||
"version": "0.0.0",
|
"version": "0.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": "Common middlewares for all Node.js web services",
|
||||||
"keywords": ["restify", "cors", "cross origin", "headers"],
|
"keywords": [
|
||||||
|
"restify",
|
||||||
|
"cors",
|
||||||
|
"cross origin",
|
||||||
|
"headers"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
|
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
|
||||||
|
|
Loading…
Reference in a new issue