UNPKG

essence-button

Version:

Essence Button - Button component

63 lines (62 loc) 1.36 kB
{ "name": "essence-button", "version": "1.0.8", "description": "Essence Button - Button component", "author": "Hetmann W. Iohan <iohan@getessence.io>", "homepage": "http://getessence.io/", "license": "MIT", "repository": "git://github.com/Evo-Forge/Essence", "main": "lib/button.js", "scripts": { "babel": "babel --presets react,es2015 src --out-dir lib && cp src/button.less lib/button.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", "reactjs", "react-component", "template", "templates", "tile", "tiles", "UI component", "UI kit", "UI kits", "UI", "widget", "button", "buttons", "flat button", "raised button", "persistent footer buttons", "dropdown buttons", "toggle buttons" ], "devDependencies": { "react": "^0.14.x" }, "peerDependencies": { "react": "^0.14.x" }, "dependencies": { "classnames": "^2.x", "essence-core": "^1.x" } }