mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 03:43:09 -05:00
35 lines
783 B
JSON
35 lines
783 B
JSON
{
|
|
"name": "restify-cors-middleware",
|
|
"version": "0.0.8",
|
|
"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": "require-lint && standard && mocha"
|
|
},
|
|
"peerDependencies": {
|
|
"restify": "2.6.x - 4.3.x"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~3.4.1",
|
|
"require-lint": "^1.1.2",
|
|
"restify": "~4.3.0",
|
|
"should": "~11.2.1",
|
|
"standard": "^10.0.2",
|
|
"supertest": "~3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
}
|