UNPKG

bucket-core

Version:
43 lines (42 loc) 965 B
{ "name": "bucket-core", "version": "0.1.4", "description": "A Node.js web framework", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "start": "node index.js", "dev": "DEBUG=app,app:* node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/bucket-hat/bucket-core.git" }, "keywords": [ "Node.js", "web framework", "es6/7" ], "author": "chakhsu", "license": "MIT", "bugs": { "url": "https://github.com/bucket-hat/bucket-core/issues" }, "homepage": "https://github.com/bucket-hat/bucket-core#readme", "dependencies": { "babel-core": "^6.26.0", "babel-plugin-transform-async-to-module-method": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "chalk": "^2.1.0", "koa": "^2.3.0", "koa-body": "^2.3.0", "koa-router": "^7.2.1", "tracer": "^0.8.11" }, "devDependencies": { "debug": "^3.0.1", "eslint": "^4.7.0" } }