19 lines
295 B
JSON
19 lines
295 B
JSON
|
{
|
||
|
"name": "bootstrap-social",
|
||
|
"main": [
|
||
|
"bootstrap-social.css",
|
||
|
"bootstrap-social.less",
|
||
|
"bootstrap-social.scss"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"assets",
|
||
|
"index.html",
|
||
|
"LICENCE"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"bootstrap": "~3",
|
||
|
"font-awesome": "~4.7"
|
||
|
}
|
||
|
}
|