Skip to content

Commit 1cbb7d0

Browse files
committed
add bower.json
1 parent 02fb89a commit 1cbb7d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bower.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "SlitSlider",
3+
"version": "1.1.0",
4+
"main": "js/jquery.slitslider.js",
5+
"license": "MIT",
6+
"ignore": [
7+
8+
],
9+
"keywords": [
10+
"slider"
11+
],
12+
"dependencies": {
13+
"jquery": ">=1.5",
14+
"modernizr": "2.*"
15+
}
16+
}

0 commit comments

Comments
 (0)