四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
622 B

{
"name": "koa-cors",
"version": "0.0.16",
"description": "CORS middleware for Koa",
"main": "index.js",
"scripts": {
"test": "mocha --harmony test"
},
"repository": {
"type": "git",
"url": "https://github.com/evert0n/koa-cors.git"
},
"keywords": [
"cors",
"koa",
"koajs"
],
"author": "Everton Yoshitani",
"license": "MIT",
"bugs": {
"url": "https://github.com/evert0n/koa-cors/issues"
},
"homepage": "https://github.com/evert0n/koa-cors",
"devDependencies": {
"koa": "^0.18.0",
"chai": "^2.0.0",
"mocha": "^2.1.0",
"superagent": "^0.21.0"
}
}