UNPKG

836 BJSONView Raw
1{
2 "name": "koa2-cors",
3 "version": "2.0.4",
4 "description": "cors middleware for koa2",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "NODE_ENV=production rm -rf dist & babel src -d dist"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/zadzbw/koa2-cors.git"
13 },
14 "keywords": [
15 "koa2",
16 "cors",
17 "middleware"
18 ],
19 "author": "zad",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/zadzbw/koa2-cors/issues"
23 },
24 "homepage": "https://github.com/zadzbw/koa2-cors#readme",
25 "devDependencies": {
26 "babel-cli": "^6.18.0",
27 "babel-plugin-transform-runtime": "^6.15.0",
28 "babel-preset-es2015": "^6.18.0",
29 "babel-preset-stage-0": "^6.16.0"
30 },
31 "dependencies": {
32 "babel-runtime": "^6.20.0"
33 }
34}