-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.4 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
{
"name": "akyuu",
"version": "0.5.0",
"description": "Yet another web framework based on express.js named Akyuu.",
"main": "index.js",
"scripts": {
"test": "make test",
"eslint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/akyuujs/akyuu.git"
},
"keywords": [
"web",
"app",
"http",
"application",
"framework",
"middleware"
],
"author": "XadillaX <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/akyuujs/akyuu/issues"
},
"homepage": "https://github.com/akyuujs/akyuu#readme",
"dependencies": {
"akyuu-cluster": "^1.0.0",
"async": "^2.1.5",
"case": "^1.5.2",
"config": "^1.20.1",
"debug": "^2.2.0",
"ero": "^0.2.3",
"express": "^4.16.2",
"joi": "^8.0.5",
"lodash": "^4.17.4",
"moment": "^2.13.0",
"on-finished": "^2.3.0",
"on-headers": "^1.0.1",
"spidex": "^2.1.1",
"winston": "^2.2.0"
},
"devDependencies": {
"akyuu-adapter-toshihiko": "^1.0.1",
"akyuu-body-parser": "^1.0.0",
"akyuu-cookie-parser": "^1.0.1",
"akyuu-json-cuoutput": "^2.0.0",
"change-case": "^3.0.1",
"cheerio": "^0.20.0",
"eslint": "^3.19.0",
"eslint-config-xadillax-style": "^1.10.0",
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"pre-commit": "^1.2.2",
"should": "^8.2.2"
},
"pre-commit": [
"eslint"
]
}