We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7801e commit bdab641Copy full SHA for bdab641
package.json
@@ -0,0 +1,30 @@
1
+{
2
+ "name": "smartscroll",
3
+ "version": "1.0.0",
4
+ "description": "Scrolljacking jQuery plugin",
5
+ "main": "smartscroll.js",
6
+ "directories": {
7
+ "example": "examples"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "[email protected]/d4nyll/smartscroll.git"
15
16
+ "keywords": [
17
+ "scrolljacking",
18
+ "scroll",
19
+ "hash",
20
+ "jquery",
21
+ "jquery-plugin",
22
+ "ecosystem:jquery"
23
+ ],
24
+ "author": "Daniel Li <[email protected]>",
25
+ "license": "MIT",
26
+ "bugs": {
27
+ "url": "https://github.com/d4nyll/smartscroll/issues"
28
29
+ "homepage": "https://github.com/d4nyll/smartscroll#readme"
30
+}
0 commit comments