-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 888 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 888 Bytes
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
{
"name": "titanium-mobile-android",
"title": "Android",
"description": "Titanium SDK Android",
"type": "module",
"keywords": [
"tidev",
"titanium",
"mobile",
"android"
],
"version": "__VERSION__",
"author": "TiDev, Inc. <npm@tidev.io>",
"architectures": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"],
"v8": {
"version": "8.8.278.17",
"mode": "release",
"integrity": "sha512-A0tV+fYtkpKfIF5roRTCFPtdULMFygmfWlEuuHOBjC3q4rz/mKnAsJTYBlqayC/4oYEWehj867Oh1o6vy26XHQ=="
},
"minSDKVersion": "24",
"compileSDKVersion": "35",
"vendorDependencies": {
"android sdk": ">=23.x <=35.x",
"android build tools": ">=30.0.2 <=35.x",
"android platform tools": "33.x",
"android tools": "<=35.x",
"android ndk": ">=r21 <=r22b",
"java": ">=17.x"
},
"repository": {
"type": "git",
"url": "git://github.com/tidev/titanium_mobile.git"
},
"license": "Apache-2.0"
}