-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 971 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
40
41
42
43
{
"name": "ti_recover",
"version": "1.1.1",
"description": "Appcelerator Titanium APK source code recovery tool",
"main": "ti_recover.js",
"repository": {
"type": "git",
"url": "git+https://github.com/creador/ti_recover.git"
},
"keywords": [
"creador",
"recover",
"sourcecode",
"titanium",
"appcelerator",
"apk",
"decompile",
"android",
"recovery"
],
"author": "Pablo Schaffner",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/creador/ti_recover/issues"
},
"homepage": "https://github.com/creador/ti_recover#readme",
"dependencies": {
"apk_unpack": "^1.2.1",
"cheerio": "^0.22.0",
"colors": "^1.1.2",
"copy-dir": "^0.3.0",
"fs-extra": "^2.0.0",
"fs-readdir-recursive": "^1.0.0",
"java": "^0.8.0",
"js-beautify": "^1.6.8",
"line-reader": "^0.4.0",
"mkdirp": "^0.5.1",
"revinter": "^1.0.0"
},
"bin": {
"ti_recover": "./cli"
}
}