Skip to content

Commit 0555d39

Browse files
author
Maciej Gurban
committed
Merge branch 'pr/3'
2 parents 8f4044d + 1689467 commit 0555d39

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "responsive-bootstrap-toolkit",
3+
"version": "2.2.0",
4+
"homepage": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit",
5+
"description": "Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code.",
6+
"main": "js/bootstrap-toolkit.min.js",
7+
"keywords": [
8+
"bootstrap",
9+
"breakpoint detection",
10+
"responsive"
11+
],
12+
"ignore": [
13+
"index.html",
14+
"style.css",
15+
"js/main.js"
16+
],
17+
"dependencies": {
18+
"jquery": ">= 1.9.1"
19+
},
20+
"license": "MIT"
21+
}

0 commit comments

Comments
 (0)