-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 814 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 814 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
{
"name": "mip-cli-plugin-site",
"version": "1.0.0",
"description": "cli plugin for `mip2 site`",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "wangyisheng@outlook.com",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"opn": "^5.3.0",
"async": "^2.6.0",
"commander": "^2.15.1",
"rimraf": "^2.6.2",
"ora": "^2.1.0",
"user-home": "^2.0.0",
"request": "^2.88.0",
"unzip": "^0.1.11",
"etpl": "^3.2.0",
"metalsmith": "^2.3.0",
"inquirer": "^5.2.0",
"koa-static": "^5.0.0",
"lodash.template": "^4.4.0",
"download-git-repo": "^1.0.2",
"mime": "^2.3.1",
"mip-component-validator": "^1.1.3"
}
}