mirror of
https://github.com/imsky/holder.git
synced 2026-01-13 07:47:58 -05:00
17 lines
538 B
JSON
Executable File
17 lines
538 B
JSON
Executable File
{
|
|
"name": "Holder",
|
|
"version": "1.7.0",
|
|
"description": "Holder uses the canvas element and the data URI scheme to render image placeholders entirely in browser.",
|
|
"keywords": [ "images", "placeholders", "client-side", "canvas", "generation", "development" ],
|
|
"main": "holder.js",
|
|
"homepage": "https://github.com/imsky/holder",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/imsky/holder.git"
|
|
},
|
|
"bugs": {
|
|
"url" : "https://github.com/imsky/holder/issues"
|
|
},
|
|
"license": "Apache"
|
|
}
|