forked from franfran/react-native-snap-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 677 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 677 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
{
"name": "react-native-snap-slider",
"version": "0.3.0",
"description": "Provide labels and snap control for Slider",
"main": "SnapSlider.js",
"author": "Francis Mak <francis@franfran.com> (https://github.com/franfran)",
"keywords": [
"react-component",
"react-native",
"slider",
"snap",
"step"
],
"license": "MIT",
"scripts": {
"start": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/franfran/react-native-snap-slider.git"
},
"devDependencies": {
"create-react-class": "^15.6.2"
},
"dependencies": {
"react-native-slider": "^0.11.0"
}
}