A ridiculously simple lazy image loader, written in ES6. Time for a nap I think... This is a read-only backup mirror of the main Github repository.
https://github.com/sbrl/SnoozeSquad
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
715 B
30 lines
715 B
{ |
|
"name": "snooze-squad", |
|
"version": "0.3.2", |
|
"description": "A ridiculously simple lazy image loader, written in ES6. Time for a nap I think...", |
|
"main": "SnoozeSquad.js", |
|
"scripts": { |
|
"test": "echo \"Error: no tests have been written yet!\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sbrl/SnoozeSquad.git" |
|
}, |
|
"keywords": [ |
|
"lazy", |
|
"loader", |
|
"images", |
|
"browser", |
|
"bandwidth", |
|
"saving", |
|
"dataset", |
|
"veiwport", |
|
"automatic" |
|
], |
|
"author": "Starbeamrainbowlabs", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/sbrl/SnoozeSquad/issues" |
|
}, |
|
"homepage": "https://github.com/sbrl/SnoozeSquad#readme" |
|
}
|
|
|