-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.44 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
57
58
59
60
61
{
"name": "dva-arcgis-cli",
"version": "1.2.0",
"description": "Extend the dva command line utility for ArcGIS JSAPI.",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aiooioo/dva-arcgis-cli.git"
},
"author": "yan wenhao",
"mail": "yan wenhao <yanwh@esrichina.com.cn>",
"license": "MIT",
"bin": {
"dva-arcgis": "./bin/dva-arcgis"
},
"bugs": {
"url": "https://github.com/Aiooioo/dva-arcgis-cli/issues"
},
"homepage": "https://github.com/Aiooioo/dva-arcgis-cli#readme",
"files": [
"lib",
"src",
"boilerplates",
"bin"
],
"babel": {
"presets": [
"env",
"react"
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0"
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.12.2",
"dva-ast": "^0.3.5",
"empty-dir": "^0.2.1",
"fs-extra": "^5.0.0",
"left-pad": "^1.2.0",
"path-exists": "^3.0.0",
"simple-uppercamelcase": "^1.0.0",
"through2": "^2.0.3",
"vinyl-fs": "^3.0.0",
"which": "^1.3.0",
"win-spawn": "^2.0.0"
}
}