forked from imsky/holder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 793 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "imsky/holder",
"description": "Holder uses the canvas element and the data URI scheme to render image placeholders entirely in browser.",
"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"
]
}
}
}