mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-11-27 09:55:40 -05:00
38 lines
868 B
JSON
38 lines
868 B
JSON
{
|
|
"name": "restify-cors-middleware",
|
|
"version": "1.0.2",
|
|
"author": "Tabcorp Digital Technology Team",
|
|
"license": "MIT",
|
|
"description": "CORS middleware with full W3C spec support",
|
|
"keywords": [
|
|
"restify",
|
|
"cors",
|
|
"cross origin",
|
|
"headers"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TabDigital/restify-cors-middleware/issues"
|
|
},
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "require-lint && standard && mocha"
|
|
},
|
|
"peerDependencies": {
|
|
"restify": "2.6.x - 8.x.x"
|
|
},
|
|
"dependencies": {
|
|
"assert-plus": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^4.0.1",
|
|
"require-lint": "^1.1.2",
|
|
"restify": "^6.3.4",
|
|
"should": "^13.1.3",
|
|
"standard": "^10.0.2",
|
|
"supertest": "^3.0.0"
|
|
}
|
|
}
|