restify-cors-middleware/package.json

39 lines
868 B
JSON
Raw Permalink Normal View History

{
"name": "restify-cors-middleware",
2022-06-07 13:26:54 -04:00
"version": "1.0.2",
"author": "Tabcorp Digital Technology Team",
"license": "MIT",
2017-07-31 11:15:09 -04:00
"description": "CORS middleware with full W3C spec support",
2014-05-08 02:34:16 -04:00
"keywords": [
"restify",
"cors",
"cross origin",
"headers"
],
"repository": {
"type": "git",
"url": "https://github.com/TabDigital/restify-cors-middleware.git"
},
2017-07-31 11:15:09 -04:00
"bugs": {
"url": "https://github.com/TabDigital/restify-cors-middleware/issues"
},
"main": "src/index.js",
"scripts": {
"test": "require-lint && standard && mocha"
},
"peerDependencies": {
2022-06-07 13:26:54 -04:00
"restify": "2.6.x - 8.x.x"
},
2017-12-07 15:41:49 -05:00
"dependencies": {
"assert-plus": "1.0.0"
},
"devDependencies": {
2017-12-07 15:41:49 -05:00
"mocha": "^4.0.1",
"require-lint": "^1.1.2",
2017-12-07 15:41:49 -05:00
"restify": "^6.3.4",
"should": "^13.1.3",
2017-05-22 12:03:45 -04:00
"standard": "^10.0.2",
2017-12-07 15:41:49 -05:00
"supertest": "^3.0.0"
}
}