forked from bencode/avada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "avada",
"version": "1.5.0-beta.1",
"description": "A nodejs web framework basedon koa.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib",
"test": "echo pass!",
"ci": "npm run lint && npm run test"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"assert": "^2.0.0",
"co-busboy": "^1.4.1",
"debug": "^4.3.1",
"ejs": "^3.1.5",
"inflection": "^1.12.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-compress": "^5.0.1",
"koa-conditional-get": "^3.0.0",
"koa-csrf": "^3.0.8",
"koa-etag": "^4.0.0",
"koa-favicon": "^2.1.0",
"koa-response-time": "^2.1.0",
"koa-session": "^6.1.0",
"koa-static": "^5.0.0",
"minimatch": "^3.0.4",
"mz": "^2.7.0",
"path-to-regexp": "^6.2.0",
"ramda": "^0.27.1"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-bce": "^7.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": "[email protected]:bencode/avada.git",
"author": "bencode <[email protected]>",
"license": "MIT"
}