forked from Countly/countly-sdk-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.12 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
{
"name": "countly-sdk-react-native",
"repository": {
"type": "git",
"url": "https://github.com/Countly/countly-sdk-react-native.git"
},
"main": "Countly.js",
"version": "4.14.0",
"description": "Countly is an innovative, real-time, open source mobile analytics and push notifications platform.",
"author": "Trinisoft Technologies <[email protected]> (http://trinisofttechnologies.com)",
"nativePackage": true,
"license": "MIT",
"homepage": "https://github.com/Countly/countly-sdk-react-native",
"keywords": [
"countly"
],
"dependencies": {
"crypto-js": "^3.1.9-1",
"react-native-background-timer": "^2.0.0",
"react-native-device-info": "^0.15.3",
"react-native-exception-handler": "^2.7.1",
"react-native-firebase": "^5.2.2",
"react-native-modal": "^6.4.0",
"react-native-pinch": "^0.1.0",
"react-native-restart": "0.0.6"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}