Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asvd committed Nov 20, 2016
1 parent 6fe76fe commit d2bddb2
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 @@
{
"author": "Dmitry Prokashev <[email protected]>",
"name": "natural-scroll",
"description": "Smoothly scroll to the desired position",
"version": "0.2.1",
"keywords": [
"scroll",
"scrolling",
"programmatically",
"menu",
"navigation"
],
"repository": {
"type": "git",
"url": "git://github.com/asvd/naturalScroll.git"
},
"browser":
{
"fs": false,
"child_process": false
},
"main": "naturalScroll.js",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}

0 comments on commit d2bddb2

Please sign in to comment.