-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 807 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
{
"name": "react-native-animated-segment-control",
"version": "1.0.9",
"description": "A custom `SegmentControl` component, pretty much similar to native's SegmentControl but with animation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kusalshrestha/react-native-animated-segment-control"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"segment control",
"segment-control",
"segment",
"animation"
],
"author": "Kusal Shrestha",
"license": "MIT",
"dependencies": {
"metro-react-native-babel-preset": "^0.55.0"
}
}