Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "fixed-nav",
"version": "1.0.0",
"description": "Responsive, fixed and touch friendly one page navigation, using Responsive Nav, smooth animated scrolling & vanilla JavaScript. Similar to the solution we are using on Adtile’s site.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adtile/fixed-nav.git"
},
"keywords": [
"fixednav",
"fixed",
"nav",
"responsive",
"javascript",
"navbar",
"spa",
"one",
"page",
"navigation",
"adtile"
],
"author": "Adtile Technologies Incorporated.",
"license": "MIT",
"bugs": {
"url": "https://github.com/adtile/fixed-nav/issues"
},
"homepage": "https://github.com/adtile/fixed-nav#readme"
}