forked from jeanregisser/react-native-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 811 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 811 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
29
30
31
{
"name": "react-native-slider",
"version": "0.3.1",
"description": "A pure JavaScript <Slider /> component for react-native",
"main": "Slider.js",
"author": "Jean Regisser <jean.regisser@gmail.com> (https://github.com/jeanregisser)",
"keywords": [
"react-component",
"react-native",
"ios",
"slider"
],
"license": "MIT",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"repository": {
"type": "git",
"url": "git@github.com:jeanregisser/react-native-slider.git"
},
"dependencies": {
},
"peerDependencies": {
"react-native": ">=0.4.4 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc"
},
"devDependencies": {
"babel-eslint": "^3.1.15",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2"
}
}