UNPKG

react-mdl-selectfield-simple

Version:

A simple Selectfield for react-mdl, using https://github.com/mebibou/mdl-selectfield

57 lines (56 loc) 1.59 kB
{ "name": "react-mdl-selectfield-simple", "version": "1.2.0", "description": "A simple Selectfield for react-mdl, using https://github.com/mebibou/mdl-selectfield", "main": "lib/SelectField.js", "devDependencies": { "babel-core": "^6.23.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.23.0", "eslint-config-standard": "^6.2.1", "eslint-config-standard-react": "^4.2.0", "eslint-plugin-promise": "^3.4.2", "eslint-plugin-react": "^6.10.0", "eslint-plugin-standard": "^2.0.1", "mdl-selectfield": "^1.0.4", "react-mdl": "^1.9.0", "rimraf": "^2.6.1", "start": "^5.1.0", "start-babel": "^3.0.0", "start-babel-cli": "^4.0.1", "start-clean": "^2.0.0", "start-env": "^3.0.0", "start-eslint": "^3.0.1", "start-files": "^2.0.0", "start-pretty-reporter": "^0.3.0", "start-read": "^0.3.0", "start-write": "^2.0.2" }, "peerDependencies": { "react-mdl": "^1.9.0" }, "scripts": { "start": "node ./node_modules/start-babel-cli" }, "repository": { "type": "git", "url": "git+https://github.com/saboya/react-mdl-selectfield.git" }, "keywords": [ "react", "material-design-lite", "react-mdl", "select", "selectfield" ], "author": "Rodrigo Saboya", "license": "MIT", "bugs": { "url": "https://github.com/saboya/react-mdl-selectfield/issues" }, "homepage": "https://github.com/saboya/react-mdl-selectfield#readme", "dependencies": { "prop-types": "^15.5.10" } }