mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 11:52:26 -05:00
30 lines
666 B
JSON
30 lines
666 B
JSON
{
|
|
"name": "restify-cors-middleware",
|
|
"version": "0.0.4",
|
|
"author": "Tabcorp Digital Technology Team",
|
|
"license": "MIT",
|
|
"description": "Common middlewares for all Node.js web services",
|
|
"keywords": [
|
|
"restify",
|
|
"cors",
|
|
"cross origin",
|
|
"headers"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
|
|
},
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha"
|
|
},
|
|
"peerDependencies": {
|
|
"restify": "2.6.x - 2.8.x"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.18.2",
|
|
"should": "~3.3.1",
|
|
"restify": "~2.6.0",
|
|
"supertest": "~0.12.0"
|
|
}
|
|
}
|