forked from dratwas/react-native-slider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 863 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
36
37
38
{
"name": "react-native-slider",
"version": "0.9.1",
"description": "A pure JavaScript <Slider /> component for react-native",
"main": "src/Slider.js",
"files": [
"src"
],
"author": "Jean Regisser <[email protected]> (https://github.com/jeanregisser)",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"slider"
],
"license": "MIT",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"repository": {
"type": "git",
"url": "[email protected]:jeanregisser/react-native-slider.git"
},
"dependencies": {
"prop-types": "^15.5.6",
"style-equal": "^1.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^3.1.15",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2"
}
}