2014-09-10 11:33:20 +04:00
|
|
|
{
|
2014-12-02 01:23:43 +03:00
|
|
|
"name": "bootstrap-material-design",
|
2015-03-18 17:44:56 +03:00
|
|
|
"version": "0.3.1-dev",
|
2014-09-10 11:33:20 +04:00
|
|
|
"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-11-26 11:20:03 +03:00
|
|
|
"dist/css/material.css",
|
|
|
|
"dist/js/material.js",
|
|
|
|
"dist/css/ripples.css",
|
2015-01-19 22:18:25 +03:00
|
|
|
"dist/js/ripples.js",
|
|
|
|
"dist/fonts/Material-Design-Icons.eot",
|
|
|
|
"dist/fonts/Material-Design-Icons.svg",
|
|
|
|
"dist/fonts/Material-Design-Icons.ttf",
|
|
|
|
"dist/fonts/Material-Design-Icons.woff"
|
2014-10-05 13:22:39 +04:00
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"test",
|
|
|
|
"screenshots",
|
|
|
|
"demo",
|
|
|
|
".editorconfig",
|
|
|
|
".gitignore",
|
|
|
|
".jshintrc",
|
|
|
|
".travis.yml",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"Gruntfile.json",
|
2014-10-30 18:35:17 +03:00
|
|
|
"index.html",
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
2014-10-05 13:13:09 +04:00
|
|
|
],
|
2014-09-10 11:33:20 +04:00
|
|
|
"keywords": [
|
|
|
|
"material",
|
|
|
|
"design",
|
|
|
|
"bootstrap",
|
|
|
|
"theme",
|
|
|
|
"google",
|
|
|
|
"android"
|
|
|
|
],
|
2014-11-17 11:09:30 +03:00
|
|
|
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": "~2.1.1"
|
|
|
|
}
|
2014-09-10 11:33:20 +04:00
|
|
|
}
|