Skip to content

Commit

Permalink
Merge pull request #10 from shaine/master
Browse files Browse the repository at this point in the history
Add package.json
  • Loading branch information
max-degterev committed Mar 17, 2016
2 parents 82093fa + d3c7520 commit 483d6cc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "zeptoscroll",
"version": "0.0.1",
"description": "Scroll window or DOM nodes with zepto",
"main": "static/zepto.scroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suprMax/ZeptoScroll.git"
},
"keywords": [
"zepto",
"scroll",
"jquery"
],
"author": "suprMax",
"license": "MIT",
"bugs": {
"url": "https://github.com/suprMax/ZeptoScroll/issues"
},
"homepage": "https://github.com/suprMax/ZeptoScroll#readme"
}

0 comments on commit 483d6cc

Please sign in to comment.