-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.16 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
51
52
53
54
55
56
{
"name": "yicon-builder",
"version": "1.0.6",
"description": "The builder of yicon",
"files": [
"*.md",
"es6",
"bin",
"lib",
"template"
],
"main": "index.js",
"bin": {
"yicon": "bin/yicon"
},
"repository": {
"type": "git",
"url": "[email protected]:YMFE/yicon-builder.git"
},
"scripts": {
"prepublish": "npm run build",
"watch": "babel es6 -d lib -w",
"build": "babel es6 -d lib"
},
"author": [
"minghao.yu",
"changquan.fang"
],
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"cpr": "^2.1.0",
"diff": "^3.2.0",
"download": "^5.0.2",
"fs-tree-diff": "^0.5.6",
"github-api": "^3.0.0",
"inquirer": "^2.0.0",
"mysql": "^2.11.1",
"progress": "^1.1.8",
"q": "^1.4.1",
"request": "^2.81.0",
"semver": "^5.3.0",
"sequelize": "^3.24.3",
"tar": "^3.1.3",
"walk-sync": "^0.3.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-3": "^6.11.0"
}
}