mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
20 lines
458 B
JSON
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"
|
|
}
|
|
}
|