-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "react-native-rate",
"version": "1.2.12",
"description": "React Native Rate is a cross platform solution to getting users to easily rate your app.",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm --no-git-tag-version version patch && git add . && git commit -am \"Next Version\" && git push && npm publish",
"lint": "node_modules/.bin/eslint ."
},
"keywords": [
"react-native",
"react",
"rate",
"review",
"rating",
"rate me"
],
"author": "Kjell Connelly",
"license": "MIT",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/KjellConnelly/react-native-rate.git"
},
"bugs": {
"url": "https://github.com/KjellConnelly/react-native-rate/issues"
},
"homepage": "https://github.com/KjellConnelly/react-native-rate#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0"
}
}