restify-cors-middleware/package.json

31 lines
666 B
JSON
Raw Normal View History

{
"name": "restify-cors-middleware",
2015-05-10 22:16:37 -04:00
"version": "0.0.5",
"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": {
2015-12-01 01:34:27 -05:00
"restify": "2.6.x - 4.0.x"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "~3.3.1",
2015-12-01 01:34:27 -05:00
"restify": "~4.0.3",
"supertest": "~0.12.0"
}
}