forked from naoufal/react-native-accordion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 784 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
{
"name": "react-native-accordion",
"version": "1.0.1",
"description": "An Accordion Component for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/naoufal/react-native-accordion.git"
},
"keywords": [
"react-native",
"react",
"native",
"accordion",
"react-component",
"react-native-component"
],
"author": "Naoufal Kadhom <[email protected]> (https://github.com/naoufal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/naoufal/react-native-accordion/issues"
},
"homepage": "https://github.com/naoufal/react-native-accordion",
"dependencies": {
"react-tween-state": "0.0.5"
}
}