mirror of
https://github.com/sbrl/SnoozeSquad.git
synced 2018-01-10 21:33:44 +00:00
Add npm package.json
This commit is contained in:
parent
08884cdd5d
commit
6cc16b8195
1 changed files with 30 additions and 0 deletions
30
package.json
Normal file
30
package.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "snooze-squad",
|
||||
"version": "0.3.0",
|
||||
"description": "A ridiculously simple lazy image loader, written in ES6. Time for a nap I think...",
|
||||
"main": "SnoozeSquad.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && 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"
|
||||
}
|
Loading…
Reference in a new issue