-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "antd-migration-helper",
"version": "0.3.3",
"description": "CLI tool to aid in migrate antd from old version to newer version.",
"main": "index.js",
"bin": {
"antd-migration-helper": "index.js"
},
"scripts": {
"test": "JASMINE_CONFIG_PATH=jasmine.json jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/antd-migration-helper.git"
},
"keywords": [
"antd",
"upgrade",
"migration",
"helper"
],
"author": "Benjy Cui",
"license": "MIT",
"bugs": {
"url": "https://github.com/ant-design/antd-migration-helper/issues"
},
"homepage": "https://github.com/ant-design/antd-migration-helper#readme",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"babel-traverse": "^6.21.0",
"babylon": "^6.15.0",
"chalk": "^2.3.0",
"debug": "^3.1.0",
"glob": "^7.1.1",
"graceful-fs": "^4.1.11",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.79.0",
"semver": "^5.3.0",
"split": "^1.0.1"
},
"devDependencies": {
"jasmine": "^2.5.2",
"rewire": "^2.5.2",
"strip-ansi": "^3.0.1"
}
}