mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
35 lines
720 B
JSON
Executable File
35 lines
720 B
JSON
Executable File
{
|
|
"name": "imsky/holder",
|
|
"description": "Client-side image placeholders.",
|
|
"homepage": "https://github.com/imsky/holder",
|
|
"keywords": [
|
|
"images",
|
|
"placeholders",
|
|
"client-side",
|
|
"canvas",
|
|
"generation",
|
|
"development"
|
|
],
|
|
"license": "MIT",
|
|
"type": "component",
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Malopinsky",
|
|
"homepage": "http://imsky.co"
|
|
}
|
|
],
|
|
"require": {
|
|
"robloach/component-installer": "*"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"holder.js"
|
|
],
|
|
"files": [
|
|
"holder.min.js"
|
|
]
|
|
}
|
|
}
|
|
}
|