-
-
Notifications
You must be signed in to change notification settings - Fork 494
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 629 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "elevator.js",
"version": "1.0.1",
"description":
"Elevator.js fixes those awkward \"scroll to top\" moments the old fashioned way.",
"keywords": ["scroll", "top", "elevator"],
"homepage": "http://tholman.com/elevator.js",
"bugs": {
"url": "https://github.com/tholman/elevator.js/issues"
},
"license": "MIT",
"author": "Tim Holman <timothy.w.holman@gmail.com> (http://tholman.com)",
"main": "elevator.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tholman/elevator.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}