forked from mapbox/react-range
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 737 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
{
"name": "@mapbox/react-range",
"version": "0.0.7",
"description": "A react component that makes input type=range compatible across all browsers",
"main": "index.js",
"scripts": {
"test": "eslint --no-eslintrc -c .eslintrc index.js"
},
"keywords": [
"react",
"react-component",
"component",
"input",
"type",
"range",
"IE",
"onChange"
],
"dependencies": {
"react": "^0.14.2"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-eslint": "^3.0.1",
"eslint": "^0.20.0",
"eslint-plugin-react": "^2.2.0"
},
"author": "Bobby Sudekum",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git@github.com:mapbox/react-range.git"
}
}