mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
15 lines
227 B
JSON
Executable File
15 lines
227 B
JSON
Executable File
{
|
|
"name": "bootstrap-social",
|
|
"main": "bootstrap-social.css",
|
|
"licence": "MIT",
|
|
"ignore": [
|
|
"assets",
|
|
"index.html",
|
|
"LICENCE"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "~3",
|
|
"font-awesome": "~4.2"
|
|
}
|
|
}
|