UNPKG

material-ui-chip-input

Version:
47 lines (46 loc) 1.31 kB
{ "name": "material-ui-chip-input", "version": "0.5.1", "description": "A chip input field using Material-UI.", "main": "lib/ChipInput.js", "scripts": { "build": "babel src -d lib", "prepublish": "babel src -d lib", "storybook": "start-storybook -p 6006", "deploy-storybook": "storybook-to-ghpages" }, "repository": { "type": "git", "url": "git+https://github.com/TeamWertarbyte/material-ui-chip-input.git" }, "keywords": [ "react", "material", "chip", "input", "tags" ], "author": "Wertarbyte <kontakt@wertarbyte.com> (https://wertarbyte.com)", "license": "MIT", "bugs": { "url": "https://github.com/TeamWertarbyte/material-ui-chip-input/issues" }, "homepage": "https://github.com/TeamWertarbyte/material-ui-chip-input#readme", "devDependencies": { "@kadira/storybook": "2.15.1", "@kadira/storybook-deployer": "^1.2.0", "babel-cli": "^6.14.0", "babel-core": "^6.8.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "material-ui": "^0.16.0", "react": "^15.3.2", "react-tap-event-plugin": "^1.0.0" }, "peerDependencies": { "material-ui": ">= 0.15.0 <= 0.16.x", "react": "~15.3.2", "react-tap-event-plugin": "^1.0.0" } }