1
0
Fork 0

Add npm package.json

This commit is contained in:
Starbeamrainbowlabs 2016-11-26 11:52:47 +00:00
parent 08884cdd5d
commit 6cc16b8195
1 changed files with 30 additions and 0 deletions

30
package.json Normal file
View 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"
}