-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 952 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
{
"name": "react-native-custom-animated-accordion",
"version": "1.0.4",
"description": "react-native-custom-animated-accordion is a React Native component for creating smooth, animated accordion sections with customizable options.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo Building package..."
},
"repository": {
"type": "git",
"url": "https://github.com/mehuljetani/react-native-custom-animated-accordion.git"
},
"author": "mehuljetani",
"license": "ISC",
"bugs": {
"url": "https://github.com/mehuljetani/react-native-custom-animated-accordion/issues"
},
"homepage": "https://github.com/mehuljetani/react-native-custom-animated-accordion#readme",
"keywords": [
"react-native",
"animated",
"react-native-accordion",
"react-native-custom-accordion",
"react-native-animated-accordion",
"react-native-collapsible"
]
}