restify-cors-middleware/package.json
Mehdi Valikhani f1286a97b1 0.0.5
2015-05-11 12:16:37 +10:00

30 lines
666 B
JSON

{
"name": "restify-cors-middleware",
"version": "0.0.5",
"author": "Tabcorp Digital Technology Team",
"license": "MIT",
"description": "Common middlewares for all Node.js web services",
"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": {
"restify": "2.6.x - 3.0.x"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "~3.3.1",
"restify": "~2.6.0",
"supertest": "~0.12.0"
}
}