material-web/packages/chips/package.json
Steven Orvell 286d4733ce [first commit] lots of wip elements
These are WIP. Some known issues:
* select, chips, and textfield ripple not working
* many tests to be added
* some elements tbd, including e.g. top-app-bar and drawer
2018-04-25 19:20:55 -07:00

21 lines
463 B
JSON

{
"name": "@material/mwc-chips",
"version": "0.1.0",
"description": "",
"main": "mwc-chip.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/chips": "^0.35.0",
"@material/mwc-base": "^0.1.0",
"@material/mwc-icon": "^0.1.0",
"@polymer/lit-element": "^0.3.0"
},
"devDependencies": {
"@material/mwc-sass-render": "^0.0.1"
}
}