We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6279b1d commit 077eeafCopy full SHA for 077eeaf
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "elevator.js",
3
+ "version": "1.0.0",
4
+ "description": "Elevator.js fixes those awkward \"scroll to top\" moments the old fashioned way.",
5
+ "main": "elevator.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/freestylebit/elevator.js.git"
12
13
+ "author": "",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/freestylebit/elevator.js/issues"
17
18
+ "homepage": "https://github.com/freestylebit/elevator.js#readme"
19
+}
0 commit comments