Skip to content

Commit bdab641

Browse files
committed
Added package.json
1 parent ee7801e commit bdab641

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)