-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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
{
"name": "wil",
"description": "frontend workflow integration solution for qiji",
"version": "0.4.0",
"homepage": "https://github.com/59fe/wil",
"main": "index.js",
"bin": {
"wil": "./bin/wil"
},
"author": {
"name": "Mickey-",
"email": "[email protected]"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/59fe/wil.git"
},
"bugs": {
"url": "https://github.com/59fe/wil/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/59fe/wil/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 10.4.0"
},
"scripts": {
"pretest": "echo '\\033[36m [INFO] \\033[0mmake sure you have installed \\033[36meslint globally\\033[0m !'",
"test": "eslint -c .eslintrc ./"
},
"dependencies": {
"chalk": "^1.1.3",
"child-process-promise": "^2.0.3",
"co": "^4.6.0",
"commander": "~2.9.0",
"generator-rrrw": "^0.1.7",
"minimist": "~1.2.0",
"qiniu": "^6.1.11",
"yeoman-environment": "^1.6.3"
},
"devDependencies": {},
"keywords": [
"wil"
],
"license": "Apache-2.0"
}