-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "antd-bin",
"version": "0.10.3",
"description": "Development tool for Ant Design",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/antd-bin"
},
"homepage": "https://github.com/ant-design/antd-bin",
"mai": "chencheng <[email protected]>",
"license": "MIT",
"bin": {
"antd": "./bin/antd"
},
"scripts": {
"publish": "git push origin --tags"
},
"dependencies": {
"atool-monitor": "0.x",
"antd-build": "~0.4.0",
"anyproxy": "~3.7.7",
"chalk": "~1.1.1",
"commander": "~2.8.1",
"exeq": "~2.2.0",
"glob": "~5.0.15",
"internal-ip": "~1.1.0",
"istanbul": "~0.4.0",
"istanbul-instrumenter-loader": "~0.1.3",
"koa": "~0.21.0",
"koa-serve-index": "~1.0.4",
"koa-static-with-post": "~1.5.2",
"koa-webpack-dev-middleware": "~1.0.0",
"mocha-phantomjs": "~4.0.1",
"mocha-phantomjs-istanbul": "0.0.2",
"object-assign": "~3.0.0",
"shelljs": "~0.5.1",
"webpack": "~1.12.2",
"webpack-dev-middleware": "~1.2.0",
"win-spawn": "~2.0.0"
}
}