UNPKG

magnet-koa

Version:
39 lines (38 loc) 886 B
{ "name": "magnet-koa", "version": "2.0.0", "description": "Magnet adapter for koa", "keywords": [ "magnet", "magnetjs", "koa" ], "homepage": "https://github.com/magnetjs/magnet-koa#readme", "bugs": { "url": "https://github.com/magnetjs/magnet-koa/issues" }, "author": "Kieve Chua <kievechua@gmail.com> (https://github.com/kievechua)", "main": "index.js", "repository": "magnetjs/magnet-koa", "scripts": { "start": "fly", "build": "fly buildAndCopy", "dist": "npm run build && cd dist && npm publish" }, "dependencies": { "koa": "^2.2.0", "magnet-core": "^4.0.1" }, "devDependencies": { "fly": "^2.0.5", "fly-clear": "^1.0.1", "fly-esnext": "^2.0.1", "fly-flatten": "^1.0.1", "fly-typescript": "^1.0.0", "fly-watch": "^1.1.1" }, "engines": { "node": ">=6.9.5" }, "license": "MIT" }