jellyfin-web/dashboard-ui/bower_components/material-design-lite/.bower.json

38 lines
835 B
JSON
Raw Normal View History

2016-03-09 10:40:22 -07:00
{
"name": "material-design-lite",
2016-03-17 10:11:23 -07:00
"version": "1.1.3",
2016-03-09 10:40:22 -07:00
"homepage": "https://github.com/google/material-design-lite",
"authors": [
"Material Design Lite team"
],
"description": "Material Design Components in CSS, JS and HTML",
"main": [
"material.min.css",
"material.min.js"
],
"keywords": [
"material",
"design",
"styleguide",
"style",
"guide"
],
"license": "Apache-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./lib/.bower_components",
"test",
"tests"
],
2016-03-17 10:11:23 -07:00
"_release": "1.1.3",
2016-03-09 10:40:22 -07:00
"_resolution": {
"type": "version",
2016-03-17 10:11:23 -07:00
"tag": "v1.1.3",
"commit": "95a2cd49c679d9825930d72de7e6fdd155e9150f"
2016-03-09 10:40:22 -07:00
},
"_source": "git://github.com/google/material-design-lite.git",
2016-03-17 19:18:11 -07:00
"_target": "^1.1.2",
2016-03-17 10:11:23 -07:00
"_originalSource": "material-design-lite"
2016-03-09 10:40:22 -07:00
}