-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"name": "react-native-collapsing",
"version": "0.0.2",
"description": "React Native library to generate menu collapsing.",
"repository": {
"type": "git",
"url": "https://github.com/gaetanozappi/react-native-collapsing.git"
},
"bugs": {
"url": "https://github.com/gaetanozappi/react-native-collapsing/issues"
},
"homepage": "https://github.com/gaetanozappi/react-native-collapsing#readme",
"main": "Collapsing.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-animatable": "^1.3.0",
"react-native-vector-icons": "^5.0.0"
},
"keywords": [
"react-native",
"menu",
"collapsing"
],
"author": "Gaetano Zappi",
"license": "Apache License 2.0",
"peerDependencies": {}
}