forked from mobilehero-archive/titanium-facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 1.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@titanium/facebook",
"version": "1.0.17",
"description": "Native modules that allows you to use Facebook SDK with Axway Titanium native mobile apps.",
"main": "index.js",
"scripts": {
"list-files": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"postinstall": "tiapp-install-module",
"postuninstall": "tiapp-uninstall-module",
"test": "npm install --ignore-scripts && npm run list-files",
"prepublishOnly": "git pull && bump insane"
},
"author": "Axway",
"maintainers": [
{
"name": "Brenton House",
"email": "brenton.house@gmail.com",
"url": "https://brenton.house"
}
],
"repository": {
"type": "git",
"url": "github:brentonhouse/titanium-facebook"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/brentonhouse/titanium-facebook/issues"
},
"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
"keywords": [
"titanium",
"mobile",
"alloy",
"turbo",
"axway",
"appcelerator",
"ios",
"android",
"iphone",
"ipad",
"facebook",
"axway-amplify",
"amplify",
"api-builder",
"titanium-sdk",
"axway-sdk",
"titanium-native-module",
"brenton-house"
],
"titanium": {
"type": "native-module",
"platform": {
"ios": {
"version": "7.0.0",
"moduleid": "facebook",
"name": "titanium-facebook",
"apiversion": 2,
"architectures": [
"armv7",
"arm64",
"i386",
"x86_64"
],
"minsdk": "7.3.0",
"guid": "da8acc57-8673-4692-9282-e3c1a21f5d83"
},
"android": {
"version": "8.0.0",
"moduleid": "facebook",
"name": "Facebook",
"apiversion": 4,
"architectures": [
"arm64-v8a",
"armeabi-v7a",
"x86"
],
"minsdk": "7.0.0",
"guid": "e4f7ac61-1ee7-44c5-bc27-fa6876e2dce9"
}
}
},
"dependencies": {
"@titanium/tiapp-xml": "^0.9.5"
}
}