-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
45 lines (45 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
40
41
42
43
44
45
{
"name": "react-native-material-cards",
"version": "1.0.16",
"description": "A material design card component, customizable and versatile",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidevesh/react-native-material-cards.git"
},
"keywords": [
"cards",
"material",
"design",
"android",
"ios",
"card",
"react-native"
],
"author": "sidevesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/sidevesh/react-native-material-cards/issues"
},
"homepage": "https://github.com/sidevesh/react-native-material-cards#readme",
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^5.11.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.11.1"
},
"peerDependencies": {
"react": ">=15.3.1 || >=16.0.0-beta.5",
"react-native": "*"
}
}