restify-cors-middleware/package.json

35 lines
743 B
JSON
Raw Normal View History

{
"name": "restify-cors-middleware",
2016-12-20 18:07:22 -05:00
"version": "0.0.8",
"author": "Tabcorp Digital Technology Team",
"license": "MIT",
"description": "Common middlewares for all Node.js web services",
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"
},
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"peerDependencies": {
2016-12-20 17:55:05 -05:00
"restify": "2.6.x - 4.3.x"
},
"devDependencies": {
"mocha": "~3.4.1",
"should": "~11.2.1",
"restify": "~4.3.0",
"should": "~11.2.1",
"supertest": "~3.0.0"
},
"dependencies": {
"assert-plus": "^1.0.0"
}
}