@moxon6/form-components
Version:
This is small collection of Material-ui fields components,
38 lines (37 loc) • 884 B
JSON
{
"name": "@moxon6/form-components",
"version": "1.0.1-alpha.9",
"description": "This is small collection of Material-ui fields components,",
"main": "lib/index.js",
"module": "es/index.js",
"dependencies": {
"material-ui": "^0.19.4",
"moment": "^2.19.1",
"recompose": "^0.26.0"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"nwb": "0.19.x"
},
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moxon6/form-components.git"
},
"keywords": [
"Form",
"Field",
"material-ui"
],
"author": "Martin Moxon",
"bugs": {
"url": "https://github.com/moxon6/form-components/issues"
},
"homepage": "https://github.com/moxon6/form-components#readme"
}