-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from dakshshah96/patch-1
Revamp package.json file
- Loading branch information
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,23 @@ | |
"name": "elevator.js", | ||
"version": "1.0.0", | ||
"description": "Elevator.js fixes those awkward \"scroll to top\" moments the old fashioned way.", | ||
"main": "elevator.min.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"keywords": [ | ||
"scroll", | ||
"top", | ||
"elevator" | ||
], | ||
"homepage": "http://tholman.com/elevator.js", | ||
"bugs": { | ||
"url": "https://github.com/tholman/elevator.js/issues" | ||
}, | ||
"license": "MIT", | ||
"author": "Tim Holman <[email protected]> (http://tholman.com)", | ||
"main": "elevator.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tholman/elevator.js.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/tholman/elevator.js/issues" | ||
}, | ||
"homepage": "https://github.com/tholman/elevator.js#readme" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |