forked from ismnoiet/react-native-range-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
43
44
{
"name": "react-native-range-slider",
"version": "0.1.2",
"description": "The native slider for react native with multiple markers",
"author": "ismnoiet <[email protected]>",
"homepage": "https://github.com/ismnoiet/react-native-range-slider",
"main": "index.js",
"scripts": {
"test": ""
},
"keywords": [
"slider",
"range",
"ios",
"range-slider",
"react-component",
"react-native-component",
"react-native"
],
"repository": {
"type": "git",
"url": "https://github.com/ismnoiet/react-native-range-slider"
},
"bugs": {
"url": "https://github.com/ismnoiet/react-native-range-slider.git"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"prettier": "^1.8.2",
"prettier-eslint": "^8.2.1",
"react": "16.0.0",
"react-native": "^0.50.3"
},
"license": "MIT"
}