-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
37 lines (30 loc) · 879 Bytes
/
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
{
"name": "react-native-material-buttons",
"version": "0.6.0",
"license": "BSD-3-Clause",
"author": "Alexander Nazarov <[email protected]>",
"description": "Material buttons",
"keywords": ["react", "react-component", "react-native", "ios", "android", "raised", "flat", "button", "ripple", "material"],
"main": "index.js",
"files": ["index.js", "src/*", "license.txt", "readme.md"],
"repository": {
"type": "git",
"url": "git://github.com/n4kz/react-native-material-buttons.git"
},
"dependencies": {
"prop-types": "^15.5.9",
"react-native-material-ripple": "^0.9.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^6.5.0",
"eslint-plugin-react": "^7.0.0"
},
"scripts": {
"lint": "eslint src example/app.js example/index.js"
}
}