mdb-ui-kit/bower.json
2014-10-28 11:43:37 +01:00

44 lines
893 B
JSON

{
"name": "Material Design for Bootstrap",
"version": "0.1.3",
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
"authors": [
"Federico Zivolo <info@mywebexpression.com>"
],
"description": "Material Design theme for Bootstrap 3",
"main": [
"dist/css/material.css",
"dist/js/material.js",
"dist/css/ripples.css",
"dist/js/ripples.js"
],
"ignore": [
"test",
"screenshots",
"demo",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"CONTRIBUTING.md",
"Gruntfile.json",
"index.html"
],
"keywords": [
"material",
"design",
"bootstrap",
"theme",
"google",
"android"
],
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}