forked from CleverTap/clevertap-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "clevertap-react-native",
"version": "0.5.0",
"description": "CleverTap React Native SDK.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node install.js",
"lint": "./node_modules/.bin/eslint index.js */**.js",
"lint-fix": "./node_modules/.bin/eslint --fix index.js */**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CleverTap/clevertap-react-native.git"
},
"author": "CleverTap",
"license": "MIT",
"bugs": {
"url": "https://github.com/CleverTap/clevertap-react-native/issues"
},
"homepage": "https://github.com/CleverTap/clevertap-react-native",
"keywords": [
"analytics",
"android",
"clevertap",
"in-app",
"ios",
"notification",
"push",
"react",
"react-native",
"segmentation"
],
"dependencies": {
"extract-zip": "^1.6.6"
},
"peerDependencies": {
"react-native": ">=0.47.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-jsx": "^3.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-standard": "^2.0.0",
"i": "^0.3.6",
"react": "^16.3.2",
"react-native": "^0.49.5"
}
}