diff --git a/package.json b/package.json new file mode 100644 index 0000000..b8b847f --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "author": "Dmitry Prokashev ", + "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": "*" + } +}