Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vb committed Sep 21, 2016
1 parent d9d4f94 commit 3faae04
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "lazyframe",
"version": "1.0.0",
"description": "Lazyloading for embedded content",

"main": "dist/lazyframe.min.js",
"jsnext:main": "src/lazyframe.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viktorbergehall/lazyframe.git"
},
"keywords": [
"lazyload",
"lazyloading",
"iframe",
"pagespeed",
"pageload"
],
"author": "Viktor Bergehall",
"license": "MIT",
"bugs": {
"url": "https://github.com/viktorbergehall/lazyframe/issues"
},
"homepage": "https://github.com/viktorbergehall/lazyframe#readme"
}

0 comments on commit 3faae04

Please sign in to comment.