forked from braze-inc/braze-react-native-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "react-native-appboy-sdk",
"version": "1.3.0",
"description": "Appboy SDK for React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Appboy/appboy-react-sdk.git"
},
"keywords": [
"appboy",
"react",
"native",
"react-native",
"ios",
"android",
"push",
"in-app",
"analytics",
"segmentation"
],
"author": "Appboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Appboy/appboy-react-sdk/issues"
},
"homepage": "https://github.com/Appboy/appboy-react-sdk#readme",
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-jsx": "^3.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-standard": "^2.0.0",
"i": "^0.3.5"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js */**.js",
"lint-fix": "./node_modules/.bin/eslint --fix index.js */**.js"
}
}