-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 904 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 904 Bytes
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
{
"name": "@pplgin/owl",
"version": "0.0.9",
"description": "Owl-Node框架",
"main": "lib/owl.js",
"scripts": {
"test": "jest test/"
},
"keywords": [
"nodejs",
"koa",
"nodeframework"
],
"author": "pplgin",
"license": "MIT",
"devDependencies": {
"debug": "^4.1.0",
"eslint": "^5.9.0",
"jest": "^23.6.0"
},
"dependencies": {
"axios": "^0.18.0",
"ip": "^1.1.5",
"is-type-of": "^1.2.1",
"koa": "^2.6.2",
"koa-compose": "^4.1.0",
"koa-router": "^7.4.0",
"log4js": "^3.0.6",
"nanoid": "^2.0.0",
"nunjucks": "^3.1.4",
"url": "^0.11.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pplgin/owl.git"
},
"bugs": {
"url": "https://github.com/pplgin/owl/issues"
},
"homepage": "https://github.com/pplgin/owl#readme"
}