-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 940 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
{
"name": "react-native-final-tree-view",
"description": "A React Native tree view component!",
"version": "3.0.0-beta.0",
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Luis Felipe Zaguini <[email protected]> (https://github.com/zaguiini)",
"license": "MIT",
"homepage": "https://github.com/zaguiini/react-native-final-tree-view",
"repository": {
"type": "git",
"url": "https://github.com/zaguiini/react-native-final-tree-view.git"
},
"bugs": {
"url": "https://github.com/zaguiini/react-native-final-tree-view/issues",
"email": "[email protected]"
},
"keywords": [
"react",
"react-native",
"react-component",
"react-native-tree-view",
"react-native-final-tree-view",
"tree-view",
"tree",
"view"
],
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.51"
},
"dependencies": {
"lodash.get": "^4.4.2"
}
}