forked from ptomasroos/react-native-multi-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 KB
/
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
39
40
41
42
{
"name": "@ptomasroos/react-native-multi-slider",
"version": "1.0.0",
"description": "Android and iOS supported pure JS slider component with multiple markers for React Native",
"main": "MultiSlider.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ptomasroos/react-native-multi-slider.git"
},
"keywords": [
"react-native-multi-slider",
"react-component",
"react-components",
"react",
"native",
"slider",
"multiple",
"react-native",
"component",
"ios",
"android"
],
"author": "Tomas Roos <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react-native": "*",
"react": "*",
"prop-types": "*"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3"
},
"bugs": {
"url": "https://github.com/ptomasroos/react-native-multi-slider/issues"
},
"homepage": "https://github.com/ptomasroos/react-native-multi-slider#readme"
}