-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.4 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.4 KB
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": "react-native-jmessage",
"version": "0.2.2",
"author": "https://github.com/xsdlr",
"license": "MIT",
"bugs": {
"url": "https://github.com/xsdlr/react-native-jmessage/issues"
},
"homepage": "https://github.com/xsdlr/react-native-jmessage",
"repository": {
"type": "git",
"url": "https://github.com/xsdlr/react-native-jmessage"
},
"keywords": [
"jmessage",
"react",
"react-native",
"react-component"
],
"description": "React Native Module for JMessage",
"main": "index.js",
"dependencies": {
"base-64": "^0.1.0",
"camelcase-keys": "^4.0.0",
"inquirer": "^3.0.1",
"lodash": "^4.17.4",
"path": "^0.12.7",
"plist": "git+https://github.com/akofman/plist.js.git",
"promise": "^7.1.1",
"xcode": "^0.9.1"
},
"devDependencies": {
"react": "^15.3.2",
"react-native": "^0.37.0"
},
"scripts": {
"test": "echo \"no test specified\""
},
"rnpm": {
"android": {
"packageInstance": "new JMessagePackage(BuildConfig.DEBUG)"
},
"ios": {
"sharedLibraries": [
"libsqlite3",
"libresolv",
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreFoundation",
"CFNetwork",
"Security",
"CoreTelephony",
"libz"
]
},
"commands": {
"postlink": "node node_modules/react-native-jmessage/scripts/postlink/run"
}
}
}