forked from flurry/react-native-flurry-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 908 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 908 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
36
37
38
39
40
{
"name": "react-native-flurry-sdk",
"version": "3.0.0",
"description": "React Native wrapper for Flurry SDK",
"main": "index.js",
"types" : "index.d.ts",
"author": {
"name": "Flurry SDK",
"email": "flurrysdk@gmail.com",
"url": "https://github.com/flurry"
},
"license": "Apache-2.0",
"keywords": [
"react-native",
"module",
"android",
"ios",
"flurry",
"analytics",
"messaging",
"push",
"marketing"
],
"repository": {
"type": "git",
"url": "https://github.com/flurry/react-native-flurry-sdk.git"
},
"homepage": "https://github.com/flurry/react-native-flurry-sdk#readme",
"bugs": {
"url": "https://github.com/flurry/react-native-flurry-sdk/issues"
},
"dependencies": {
"progress": "^2.0.3"
},
"bundledDependencies": [],
"deprecated": false,
"scripts": {
"postinstall": "node scripts/postinstall"
}
}