2014-09-10 11:33:20 +04:00
|
|
|
{
|
2014-09-10 11:34:31 +04:00
|
|
|
"name": "Material Design for Bootstrap",
|
2014-09-10 11:33:20 +04:00
|
|
|
"version": "0.0.8",
|
|
|
|
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
|
|
|
|
"authors": [
|
|
|
|
"Federico Zivolo <info@mywebexpression.com>"
|
|
|
|
],
|
|
|
|
"description": "Material Design theme for Bootstrap 3",
|
2014-10-05 13:13:09 +04:00
|
|
|
"main": [
|
2014-10-05 13:22:39 +04:00
|
|
|
"dist/css/material.css",
|
|
|
|
"dist/js/material.js"
|
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"test",
|
|
|
|
"screenshots",
|
|
|
|
"demo",
|
|
|
|
".editorconfig",
|
|
|
|
".gitignore",
|
|
|
|
".jshintrc",
|
|
|
|
".travis.yml",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"Gruntfile.json",
|
|
|
|
"index.html"
|
2014-10-05 13:13:09 +04:00
|
|
|
],
|
2014-09-10 11:33:20 +04:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|