mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
62ff9e35f7
Needed to comply to http://bower.io/docs/creating-packages/#register and more specific to https://github.com/bower/bower.json-spec#name
45 lines
919 B
JSON
45 lines
919 B
JSON
{
|
|
"name": "bootstrap-material-design",
|
|
"version": "0.2.0",
|
|
"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",
|
|
"**/.*",
|
|
"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",
|
|
"dependencies": {
|
|
"jquery": "~2.1.1"
|
|
}
|
|
}
|