codepens/material-dashboard-lite-master/bower.json

26 lines
523 B
JSON
Raw Normal View History

2023-10-06 23:12:53 +02:00
{
"name": "getmdl-dashboard",
"version": "1.0.0",
"homepage": "https://github.com/CreativeIT/getmdl-dashboard",
"authors": [
"CreativeIT"
],
"description": "Free dashboard template with Material Design Lite",
"main": "dist/index.html",
"moduleType": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"material-design-lite": "1.1.1",
"d3": "3.5.14",
"nvd3": "1.8.2",
"getmdl-select": "*"
}
}