restify-cors-middleware/package.json

39 lines
869 B
JSON
Raw Normal View History

{
"name": "restify-cors-middleware",
2017-07-31 01:25:45 -04:00
"version": "1.0.1",
"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": {
"restify": "2.6.x - 6.x.x"
},
"devDependencies": {
"mocha": "~3.4.1",
"require-lint": "^1.1.2",
"restify": "~4.3.0",
"should": "~11.2.1",
2017-05-22 12:03:45 -04:00
"standard": "^10.0.2",
"supertest": "~3.0.0"
},
"dependencies": {
"assert-plus": "^1.0.0"
}
}