mdb-ui-kit/bower.json
Parminder Klair 8a2075f05b Update bower.json
fixed bower.json
2014-10-30 15:35:17 +00:00

42 lines
891 B
JSON

{
"name": "Material Design for Bootstrap",
"version": "0.1.4",
"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.min.css",
"dist/js/material.min.js",
"dist/css/ripples.min.css",
"dist/js/ripples.min.js"
],
"ignore": [
"test",
"screenshots",
"demo",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"CONTRIBUTING.md",
"Gruntfile.json",
"index.html",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"material",
"design",
"bootstrap",
"theme",
"google",
"android"
],
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md"
}