Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Add support for npm #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
README.md
*.html
*.css
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}