{ "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" } }