forked from ptomasroos/react-native-multi-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1021 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1021 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@beedeez/react-native-multi-slider",
"version": "5.0.0",
"description": "Android and iOS supported pure JS slider component with multiple markers for React Native",
"main": "MultiSlider.js",
"scripts": {},
"keywords": [
"react-native-multi-slider",
"react-component",
"react-components",
"react",
"native",
"slider",
"multiple",
"react-native",
"component",
"ios",
"android"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"husky": "^1.1.2",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"engines": {
"node": ">=10.13.0",
"npm": "6.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beedeez/react-native-multi-slider.git"
},
"author": "Beedeez",
"license": "ISC",
"bugs": {
"url": "https://github.com/beedeez/react-native-multi-slider/issues"
},
"homepage": "https://github.com/beedeez/react-native-multi-slider#README"
}