-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 923 Bytes
/
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
{
"name": "ac-tools",
"version": "0.0.7",
"preferGlobal": true,
"description": "ac-tools plugin for init component",
"main": "index.js",
"bin": {
"ac-tools": "./bin/ac-tools.js"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinper-acs/ac-tools.git"
},
"keywords": [
"ac-tools",
"init web"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/tinper-acs/ac-tools/issues"
},
"homepage": "https://github.com/tinper-acs/ac-tools",
"dependencies": {
"ali-oss": "^6.0.1",
"chalk": "^1.1.3",
"cross-spawn": "^5.1.0",
"download-git-repo": "^1.0.2",
"gh-pages": "^1.1.0",
"inquirer": "^3.3.0",
"markdown-styles": "^3.1.10",
"minimist": "^1.2.0",
"path-exists": "^3.0.0",
"properties-parser": "^0.3.1",
"request": "^2.81.0"
}
}