@mapbox/react-range
Version:
A react component that makes input type=range compatible across all browsers
34 lines • 737 B
JSON
{
"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"
}
}