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.
70 lines • 1.81 kB
JSON
{
"name": "lark",
"version": "1.0.0-alpha-1",
"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. ",
"scripts": {
"test": "NODE_ENV=development ./node_modules/.bin/mocha --require should test/",
"benchmark": "sh benchmarks/run.sh examples/index.js 3000"
},
"bin": {
"lark": "bin/lark"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larkjs/lark.git"
},
"keywords": [
"node",
"web framework",
"lark",
"larkjs",
"koa",
"koa",
"industrial",
"babel"
],
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/larkjs/lark/issues"
},
"homepage": "https://github.com/larkjs/lark",
"dependencies": {
"bytes": "^2.4.0",
"debug": "^2.2.0",
"koa": "2.0.0-alpha.3",
"lark-config": "^1.0.4",
"lark-log": "^2.0.7",
"lark-mvc": "^2.0.2",
"lark-router": "^1.0.2",
"lodash": "^4.13.1",
"save-instance": "0.0.3"
},
"devDependencies": {
"easy-babel": "^1.0.3",
"mocha": "^2.0.1",
"should": "^4.4.1",
"supertest": "^0.15.0"
},
"maintainers": [
{
"name": "zhangyuanwei",
"email": "zhangyuanwei1988@gmail.com"
},
{
"name": "mdemo",
"email": "mengdesen09@qq.com"
},
{
"name": "zezhou",
"email": "xuyizhi@gmail.com"
},
{
"name": "viringbells",
"email": "viringbells@qq.com.cn"
}
],
"main": "index"
}