Skip to content

Commit ee7801e

Browse files
committed
Added bower.json
1 parent 9b28d6e commit ee7801e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bower.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "smartscroll",
3+
"main": [
4+
"smartscroll.js",
5+
"sass/smartscroll.scss"
6+
],
7+
"version": "1.0.0",
8+
"homepage": "https://github.com/d4nyll/smartscroll",
9+
"repository": {
10+
"type": "git",
11+
"url": "[email protected]:d4nyll/smartscroll.git"
12+
},
13+
"authors": [
14+
"Daniel Li <[email protected]>"
15+
],
16+
"description": "Scrolljacking jQuery plugin",
17+
"keywords": [
18+
"scrolljacking",
19+
"hash",
20+
"scroll",
21+
"jQuery"
22+
],
23+
"license": "MIT",
24+
"ignore": [
25+
"**/.*",
26+
"node_modules",
27+
"bower_components",
28+
"test",
29+
"tests"
30+
]
31+
}

0 commit comments

Comments
 (0)