Files
biomedjs/node_modules/cors/package.json
Dobie Wollert f5bc55b1f5 Deps updates
2015-11-24 22:12:24 -08:00

80 lines
1.9 KiB
JSON

{
"name": "cors",
"version": "2.7.1",
"author": {
"name": "Troy Goode",
"email": "troygoode@gmail.com",
"url": "https://github.com/troygoode/"
},
"description": "middleware for dynamically or statically enabling CORS in express/connect applications",
"keywords": [
"cors",
"express",
"connect",
"middleware"
],
"homepage": "https://github.com/expressjs/cors/",
"repository": {
"type": "git",
"url": "git://github.com/expressjs/cors.git"
},
"contributors": [
{
"name": "Troy Goode",
"email": "troygoode@gmail.com",
"url": "https://github.com/troygoode/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expressjs/cors/issues"
},
"main": "./lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"vary": "^1"
},
"devDependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.12.4",
"eslint": "^0.21.2",
"express": "^4.12.4",
"mocha": "^2.2.5",
"should": "^6.0.3",
"supertest": "^1.0.1"
},
"scripts": {
"test": "npm run lint && ./node_modules/mocha/bin/mocha",
"lint": "./node_modules/eslint/bin/eslint.js lib test"
},
"gitHead": "bef1a97c22a3f15cb23ab2d9cf8e7e3f7134e107",
"_id": "cors@2.7.1",
"_shasum": "3c2e50a58af9ef8c89bee21226b099be1f02739b",
"_from": "cors@*",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "troygoode",
"email": "troygoode@gmail.com"
},
"maintainers": [
{
"name": "troygoode",
"email": "troygoode@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "3c2e50a58af9ef8c89bee21226b099be1f02739b",
"tarball": "http://registry.npmjs.org/cors/-/cors-2.7.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.7.1.tgz",
"readme": "ERROR: No README data found!"
}