essence-input
Version:
Essence Input - Input component
63 lines (62 loc) • 1.35 kB
JSON
{
"name": "essence-input",
"version": "1.0.13",
"description": "Essence Input - Input component",
"author": "Hetmann W. Iohan <iohan@getessence.io>",
"homepage": "http://getessence.io/",
"license": "MIT",
"repository": "git://github.com/Evo-Forge/Essence",
"main": "lib/input.js",
"scripts": {
"babel": "babel --presets react,es2015 src --out-dir lib && cp src/input.less lib/input.less",
"webpack": "NODE_ENV=production webpack -p --config webpack.config.js"
},
"keywords": [
"color palette",
"component",
"essence",
"google material",
"grid lists",
"javascript",
"less css",
"less",
"lesscss",
"material components",
"material design framework",
"material design",
"material",
"module",
"react component",
"react components",
"react native",
"react",
"react-component",
"template",
"templates",
"tile",
"tiles",
"UI component",
"UI kit",
"UI kits",
"UI",
"widget",
"input",
"password input",
"placeholder",
"input with label",
"disabled input",
"email input",
"number input",
"textarea"
],
"devDependencies": {
"react": "^0.14.x"
},
"peerDependencies": {
"react": "^0.14.x"
},
"dependencies": {
"classnames": "^2.x",
"essence-core": "^1.x"
}
}