Skip to content

Commit a47f5b1

Browse files
author
Ola Holmström
committed
add bower config
1 parent 5a548f1 commit a47f5b1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "scrollparent",
3+
"main": [
4+
"scrollparent.js"
5+
],
6+
"version": "1.0.0",
7+
"homepage": "https://github.com/olahol/scrollparent.js",
8+
"description": "A function to get the scrolling parent of an html element.",
9+
"keywords": [
10+
"scroll",
11+
"scrollparent",
12+
"dom"
13+
],
14+
"authors": [
15+
"Ola Holmström <olaholmstrom@gmail.com>"
16+
],
17+
"license": "MIT",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"test.html"
23+
],
24+
"dependencies": {}
25+
}

0 commit comments

Comments
 (0)