mirror of https://github.com/Maecenas/tt-rss.git
An unofficial mirror of the Tiny Tiny RSS, an open-source RSS feed reader and aggregator
https://git.tt-rss.org/fox/tt-rss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
772 B
33 lines
772 B
{ |
|
"name": "bootstrap-material-design-icons", |
|
"version": "2.2.0", |
|
"authors": [ |
|
{ |
|
"name": "Andrey Izman", |
|
"email": "izmanw@gmail.com" |
|
} |
|
], |
|
"description": "Google Material Design Icons For Using With Bootstrap", |
|
"keywords": [ |
|
"icons", |
|
"material", |
|
"material-design", |
|
"google", |
|
"icons-web-font", |
|
"web-font", |
|
"bootstrap" |
|
], |
|
"license": ["MIT", "CC-BY-4.0"], |
|
"main": [ |
|
"./css/material-icons.*", |
|
"./fonts/MaterialIcons-Regular.*" |
|
], |
|
"ignore": [ |
|
".gitignore", |
|
"*.json", |
|
"*.md" |
|
], |
|
"dependencies": {}, |
|
"devDependencies": {}, |
|
"homepage": "http://github.com/mervick/material-design-icons" |
|
} |