UNPKG

622 BJSONView Raw
1{
2 "name": "koa-cors",
3 "version": "0.0.16",
4 "description": "CORS middleware for Koa",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --harmony test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/evert0n/koa-cors.git"
12 },
13 "keywords": [
14 "cors",
15 "koa",
16 "koajs"
17 ],
18 "author": "Everton Yoshitani",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/evert0n/koa-cors/issues"
22 },
23 "homepage": "https://github.com/evert0n/koa-cors",
24 "devDependencies": {
25 "koa": "^0.18.0",
26 "chai": "^2.0.0",
27 "mocha": "^2.1.0",
28 "superagent": "^0.21.0"
29 }
30}