UNPKG

lark

Version:

A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.

75 lines (74 loc) 1.87 kB
{ "name": "lark", "version": "2.0.0-alpha-1.0.6", "description": "A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application. ", "main": "./lib/Lark.js", "scripts": { "lint": "./node_modules/.bin/eslint index.js example/**.js middlewares/* lib/*", "pretest": "npm run lint && npm link && npm link lark", "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should --recursive test", "posttest": "npm unlink", "debug": "node --inspect-brk=9229 example/index.js" }, "bin": { "lark": "./bin/lark" }, "repository": { "type": "git", "url": "git+https://github.com/larkjs/lark.git" }, "keywords": [ "node", "web framework", "lark", "larkjs", "koa", "koa2", "industrial" ], "engines": { "node": ">= 7.6" }, "license": "MIT", "bugs": { "url": "https://github.com/larkjs/lark/issues" }, "homepage": "https://github.com/larkjs/lark", "dependencies": { "bytes": "^2.5.0", "debug": "^2.6.8", "directoryfiles": "^1.3.0", "koa": "^2.0.0-alpha.8", "lark-autoloader": "^2.0.3", "lark-config": "^3.0.0", "lark-log": "^2.5.1", "lark-mvc": "^3.1.4", "lark-router": "^2.2.1", "lark-router-config": "^1.2.1", "lark-views": "^2.0.1", "vi-misc": "^1.9.2" }, "devDependencies": { "ejs": "^2.5.6", "eslint": "^3.18.0", "istanbul": "^1.1.0-alpha.1", "mocha": "^2.0.1", "should": "^4.4.1", "supertest": "^0.15.0", "vi-misc": "^1.9.2" }, "maintainers": [ { "name": "viringbells", "email": "viringbells@qq.com.cn" }, { "name": "zhangyuanwei", "email": "zhangyuanwei1988@gmail.com" }, { "name": "zezhou", "email": "xuyizhi@gmail.com" } ] }