2014-09-10 11:33:20 +04:00
|
|
|
{
|
2014-12-02 01:23:43 +03:00
|
|
|
"name": "bootstrap-material-design",
|
2015-11-26 01:01:18 +03:00
|
|
|
"description": "Bootstrap Material Design for Bootstrap 4",
|
|
|
|
"keywords": [
|
|
|
|
"material",
|
|
|
|
"design",
|
|
|
|
"bootstrap",
|
|
|
|
"css",
|
|
|
|
"js",
|
|
|
|
"sass",
|
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2014-09-10 11:33:20 +04:00
|
|
|
],
|
2015-11-26 01:01:18 +03:00
|
|
|
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
|
|
|
|
"license": "MIT",
|
|
|
|
"moduleType": "globals",
|
2014-10-05 13:13:09 +04:00
|
|
|
"main": [
|
2015-11-26 01:01:18 +03:00
|
|
|
"scss/bootstrap-material-design.scss",
|
|
|
|
"dist/js/bootstrap-material-design.js"
|
2014-10-05 13:22:39 +04:00
|
|
|
],
|
|
|
|
"ignore": [
|
2015-11-26 01:01:18 +03:00
|
|
|
"/.*",
|
|
|
|
"_config.yml",
|
|
|
|
"CNAME",
|
|
|
|
"composer.json",
|
2014-10-05 13:22:39 +04:00
|
|
|
"CONTRIBUTING.md",
|
2015-11-26 01:01:18 +03:00
|
|
|
"docs",
|
|
|
|
"js/tests",
|
|
|
|
"test-infra"
|
2014-09-10 11:33:20 +04:00
|
|
|
],
|
2014-11-17 11:09:30 +03:00
|
|
|
"dependencies": {
|
2015-12-24 02:53:20 +03:00
|
|
|
"bootstrap": "v4-dev",
|
|
|
|
"tether": "^1.1"
|
2014-11-17 11:09:30 +03:00
|
|
|
}
|
2014-09-10 11:33:20 +04:00
|
|
|
}
|