2014-05-07 22:16:17 -04:00
|
|
|
{
|
|
|
|
"name": "restify-cors-middleware",
|
2016-12-20 18:07:22 -05:00
|
|
|
"version": "0.0.8",
|
2014-05-07 22:16:17 -04:00
|
|
|
"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"
|
|
|
|
],
|
2014-05-07 22:16:17 -04:00
|
|
|
"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"
|
2014-05-07 22:16:17 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-11-24 19:13:38 -05:00
|
|
|
"mocha": "~3.2.0",
|
2017-03-09 04:57:48 -05:00
|
|
|
"should": "~11.2.1",
|
2016-11-14 14:14:29 -05:00
|
|
|
"restify": "~4.3.0",
|
2017-01-29 19:28:18 -05:00
|
|
|
"supertest": "~3.0.0"
|
2014-05-07 22:16:17 -04:00
|
|
|
}
|
|
|
|
}
|