UNPKG

1.25 kBJSONView Raw
1{
2 "name": "react-native-easy-slider",
3 "version": "0.1.0",
4 "description": "React-Native (Android,iOS) and React-Native-Web supported pure JS slider component with multiple markers",
5 "main": "MultiSlider.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/hosseinmd/react-native-easy-slider.git"
9 },
10 "keywords": [
11 "react-native-easy-slider",
12 "react-component",
13 "react-components",
14 "react",
15 "native",
16 "slider",
17 "multiple",
18 "react-native",
19 "component",
20 "ios",
21 "android",
22 "react-native-web",
23 "hossein mohammadi"
24 ],
25 "husky": {
26 "hooks": {
27 "pre-commit": "lint-staged"
28 }
29 },
30 "lint-staged": {
31 "*.js": [
32 "./node_modules/.bin/prettier --trailing-comma all --bracket-spacing --write",
33 "git add"
34 ]
35 },
36 "author": "hossein mohammadi <hosseinm.developer@gmail.com>",
37 "license": "MIT",
38 "peerDependencies": {
39 "react": "*",
40 "react-native": "*"
41 },
42 "devDependencies": {
43 "husky": "^1.1.2",
44 "lint-staged": "^7.3.0",
45 "prettier": "^1.14.3"
46 },
47 "bugs": {
48 "url": "https://github.com/hosseinmd/react-native-easy-slider/issues"
49 },
50 "homepage": "https://github.com/hosseinmd/react-native-easy-slider#readme"
51}
\No newline at end of file