-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "bay",
"version": "0.6.2",
"description": "The framework",
"main": "application.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha",
"bench": "make -C benchmarks"
},
"author": "",
"license": "MIT",
"dependencies": {
"accepts": "^1.3.0",
"bay-compose": "^3.0.0",
"content-disposition": "^0.5.0",
"content-type": "^1.0.1",
"cookies": "^0.5.1",
"delegates": "^1.0.0",
"destroy": "^1.0.3",
"error-inject": "^1.0.0",
"escape-html": "^1.0.3",
"filter-match": "0.0.3",
"fresh": "^0.5.2",
"http-assert": "^1.1.1",
"http-errors": "^1.3.1",
"i": "^0.3.3",
"koa-is-json": "^1.0.0",
"lodash.clone": "^4.5.0",
"lodash.defaults": "^4.2.0",
"lodash.pick": "^4.4.0",
"lodash.set": "^4.3.2",
"methods": "^1.1.1",
"mime-types": "^2.1.8",
"on-finished": "^2.3.0",
"parseurl": "^1.3.0",
"path-to-regexp": "^1.2.1",
"qs": "^6.2.0",
"require-dir": "^0.3.0",
"resolve-keypath": "^1.1.0",
"statuses": "^1.2.1",
"type-is": "^1.6.10",
"vary": "^1.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}