-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 835 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
{
"name": "react-native-expandable-card",
"version": "1.0.3",
"description": "A react-native expandable and collapsible animated card",
"main": "ExpandableCard.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonisapp/react-native-expandable-card.git"
},
"keywords": [
"react-native",
"expandable",
"collapsible",
"animated",
"card"
],
"author": "Jonathan Zappalà",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonisapp/react-native-expandable-card/issues"
},
"homepage": "https://github.com/jonisapp/react-native-expandable-card#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.57.0"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}