Skip to content

Commit

Permalink
Merge pull request #115 from dakshshah96/patch-1
Browse files Browse the repository at this point in the history
Revamp package.json file
  • Loading branch information
tholman authored May 22, 2017
2 parents 3693a25 + 0aedaa3 commit 0e811d5
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0e811d5

Please sign in to comment.