forked from ptomasroos/react-native-multi-slider
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
47
48
49
{
"name": "react-native-multislider",
"version": "0.0.14",
"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/justinnothling/react-native-multislider.git"
},
"keywords": [
"react-native-multi-slider",
"react-component",
"react-components",
"react",
"native",
"slider",
"multiple",
"react-native",
"component",
"ios",
"android"
],
"author": "Justin Nothling <hello@cloneable.io>",
"license": "MIT",
"peerDependencies": {
"react-native": "*",
"react": "*"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1"
},
"bugs": {
"url": "https://github.com/justinnothling/react-native-multislider/issues"
},
"homepage": "https://github.com/justinnothling/react-native-multislider#readme",
"directories": {
"doc": "docs",
"example": "example"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}