UNPKG

bd

Version:

An koa-based Node.js web framework

47 lines (46 loc) 951 B
{ "name": "bd", "version": "0.4.1", "description": "An koa-based Node.js web framework", "main": "lib/application.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/demohi/bd.git" }, "keywords": [ "bd", "koa", "koajs", "bdjs", "express" ], "author": "mdemo", "license": "MIT", "bugs": { "url": "https://github.com/demohi/bd/issues" }, "homepage": "https://github.com/demohi/bd", "dependencies": { "bd-autoload": "^0.1.1", "bd-config": "^0.2.0", "bd-router": "^0.3.0", "bd-server": "^0.2.2", "bd-static": "^0.1.1", "bd-uuid": "^0.1.0", "koa": "^0.21.0", "koa-bodyparser": "^2.0.0", "koa-json": "^1.1.1", "koa-logger": "^1.2.2", "koa-safe-jsonp": "^0.3.0" }, "engines": { "node": ">= 0.11.16", "iojs": ">= 1.0.0" }, "files": [ "lib" ] }