-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 869 Bytes
/
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
{
"name": "android-build-tools",
"version": "2.0.3",
"description": "Android SDK installer for Uno and Fuse apps",
"dependencies": {
"decompress": "^4.2.1",
"jdk-utils": "^0.5.1",
"mkdirp": "^3.0.1",
"nodejs-file-downloader": "^4.12.1",
"pretty-bytes": "^5.6.0",
"rimraf": "^5.0.1",
"touch": "^3.1.0"
},
"main": "src/index.js",
"scripts": {
"install": "node src/install.js"
},
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-open/android-build-tools.git"
},
"keywords": [
"android",
"sdk",
"jdk",
"installer",
"uno",
"fuse"
],
"author": "Fuse Open",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-open/android-build-tools/issues"
},
"homepage": "https://github.com/fuse-open/android-build-tools#readme"
}