diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..bc6f355 --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +README.md +*.html +*.css diff --git a/package.json b/package.json new file mode 100644 index 0000000..02c5ddc --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jquery-one-page-nav", + "version": "3.0.0", + "description": "Smooth scrolling and smart navigation when user scrolls on one-page sites.", + "main": "jquery.nav.js", + "dependencies": { + "jquery": ">=1.8.0" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/davist11/jQuery-One-Page-Nav.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/davist11/jQuery-One-Page-Nav/issues" + }, + "homepage": "https://github.com/davist11/jQuery-One-Page-Nav#readme" +}