Steven Orvell 8310a76180 Update dependencies
* Update to webcomponents-bundle.js
* Update to LitElement 0.4.0
2018-04-30 18:10:36 -07:00

20 lines
458 B
JSON

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