-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
108 lines (108 loc) · 2.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "lark",
"version": "0.11.5",
"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 --harmony --require should test/",
"benchmark": "sh benchmarks/run.sh example/index.js 3000"
},
"bin": {
"lark": "./bin/lark"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larkjs/lark.git"
},
"keywords": [
"node",
"web framework",
"lark",
"larkjs",
"koajs",
"koa",
"industrial",
"co"
],
"engines": {
"node": ">= 0.11.14"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/larkjs/lark/issues"
},
"homepage": "https://github.com/larkjs/lark",
"files": [
"index.js",
"lib",
"bin",
"http.js",
"logging.js",
"mvc.js",
"promisfy.js",
"router.js"
],
"dependencies": {
"extend": "~3.0.0",
"koa": "^0.20.0",
"koa-static": "~1.4.9",
"koa-body-parsers": "~1.1.0",
"lark-bootstrap": "~0.2.0",
"lark-config": "~0.4.4",
"lark-commands": "~0.1.1",
"lark-log": "~1.2.9",
"lark-router": "^0.4.2",
"lark-mvc": "^0.4.5",
"lark-views": "^0.3.3",
"thenify-all": "^1.6.0"
},
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.4.1",
"fecs": "~0.4.1",
"ejs": "^2.2.4",
"debug": "^2.1.3",
"got": "^3.0.0",
"clone": "^1.0.2",
"supertest": "^0.15.0"
},
"peerDependencies": {
"ejs": "^2.2.4",
"clone": "^1.0.2",
"got": "^3.0.0",
"debug": "^2.1.3"
},
"gitHead": "266abab845fb9ece90c933a49f7861e05ae1b159",
"_id": "[email protected]",
"_shasum": "50613c245dff0202e33ce6dc23089cbecf6c7548",
"_from": "[email protected]",
"_npmVersion": "2.0.0",
"_npmUser": {
"name": "viringbells",
"email": "[email protected]"
},
"dist": {
"shasum": "50613c245dff0202e33ce6dc23089cbecf6c7548",
"tarball": "http://registry.npmjs.org/lark/-/lark-0.11.4.tgz"
},
"maintainers": [
{
"name": "zhangyuanwei",
"email": "[email protected]"
},
{
"name": "mdemo",
"email": "[email protected]"
},
{
"name": "zezhou",
"email": "[email protected]"
},
{
"name": "viringbells",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/lark/-/lark-0.11.5.tgz",
"readme": "ERROR: No README data found!"
}