2014-05-07 22:16:17 -04:00
|
|
|
{
|
|
|
|
"name": "restify-cors-middleware",
|
2014-05-08 03:58:32 -04:00
|
|
|
"version": "0.0.2",
|
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": {
|
2014-05-20 02:16:50 -04:00
|
|
|
"restify": "2.6.x - 2.8.x"
|
2014-05-07 22:16:17 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~1.18.2",
|
|
|
|
"should": "~3.3.1",
|
2014-05-08 07:49:51 -04:00
|
|
|
"restify": "~2.6.0",
|
2014-05-07 22:16:17 -04:00
|
|
|
"supertest": "~0.12.0"
|
|
|
|
}
|
|
|
|
}
|