forked from AppsFlyerSDK/appsflyer-react-native-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.38 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
{
"name": "react-native-appsflyer",
"version": "1.4.6",
"description": "React Native Appsflyer plugin",
"main": "index.js",
"scripts": {
"demo.ios": "cd examples/demo; react-native run-ios",
"demo.android": "cd examples/demo; react-native run-android",
"ios-pod": "cd examples/demo/ios; pod install",
"preparedemo": "cd examples/demo; npm uninstall react-native-appsflyer --save; npm install .. --save",
"demo2.ios": "cd examples/DemoPod2; react-native run-ios",
"demo2.android": "cd examples/DemoPod2; react-native run-android",
"ios-pod2": "cd examples/DemoPod2/ios; pod install",
"preparedemo2": "cd examples/DemoPod2; npm uninstall react-native-appsflyer --save; npm install .. --save",
"setup": "cd examples/demo; npm install; cd ..; npm run preparedemo;",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AppsFlyerSDK/react-native-appsflyer.git"
},
"author": "Appsflyer / Maxim Shoustin",
"license": {
"type": "MIT",
"url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/blob/master/LICENSE"
},
"homepage": "https://github.com/AppsFlyerSDK/react-native-appsflyer#readme",
"keywords": [
"react-native",
"react",
"native",
"appsflyer"
],
"bugs": {
"url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/issues"
}
}