-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "labrador-upgrade",
"version": "0.6.3",
"description": "Labrador代码升级与转换工具",
"main": "index.js",
"scripts": {
"build": "babel -d lib src",
"watch": "babel -w -d lib src"
},
"bin": {
"labrador-upgrade": "bin/labrador-upgrade"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maichong/labrador-upgrade.git"
},
"author": {
"email": "[email protected]",
"name": "liang",
"url": "https://github.com/liangxingchen"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maichong/labrador-upgrade/issues"
},
"homepage": "https://github.com/maichong/labrador-upgrade#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-env": "^0.0.8",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.7.1"
},
"dependencies": {
"archiver-promise": "^1.0.0",
"babel-runtime": "^6.18.0",
"commander": "^2.9.0",
"debug": "^2.3.3",
"json5": "^0.5.0",
"lodash": "^4.17.2",
"moment": "^2.17.0",
"read-promise": "^1.0.0",
"shelljs": "^0.7.5",
"update-notifier": "^1.0.2",
"xmldom": "^0.1.22"
}
}