UNPKG

1.15 kBJSONView Raw
1{
2 "name": "akyuu",
3 "version": "0.0.7",
4 "description": "Yet another web framework based on express.js named Akyuu.",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/akyuujs/akyuu.git"
12 },
13 "keywords": [
14 "web",
15 "app",
16 "http",
17 "application",
18 "framework",
19 "middleware"
20 ],
21 "author": "XadillaX <i@2333.moe>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/akyuujs/akyuu/issues"
25 },
26 "homepage": "https://github.com/akyuujs/akyuu#readme",
27 "dependencies": {
28 "config": "^1.20.1",
29 "debug": "^2.2.0",
30 "ero": "^0.2.3",
31 "express": "^4.13.4",
32 "joi": "^8.0.5",
33 "lodash": "^4.17.4",
34 "moment": "^2.13.0",
35 "on-finished": "^2.3.0",
36 "on-headers": "^1.0.1",
37 "spidex": "^2.1.1",
38 "winston": "^2.2.0"
39 },
40 "devDependencies": {
41 "akyuu-adapter-toshihiko": "^1.0.1",
42 "akyuu-body-parser": "^1.0.0",
43 "akyuu-cookie-parser": "^1.0.1",
44 "akyuu-json-cuoutput": "^1.0.0",
45 "cheerio": "^0.20.0",
46 "mocha": "^2.4.5",
47 "nodemon": "^1.9.1",
48 "should": "^8.2.2"
49 }
50}
\No newline at end of file