forked from maciej-gurban/responsive-bootstrap-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
22 lines (22 loc) · 794 Bytes
/
Copy pathbower.json
File metadata and controls
22 lines (22 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "responsive-bootstrap-toolkit",
"version": "2.6.3",
"homepage": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit",
"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. Despite the name, you can use it also with Foundation, or any other framework.",
"main": "dist/bootstrap-toolkit.js",
"keywords": [
"bootstrap",
"foundation",
"breakpoint detection",
"detect screen resolution",
"responsive"
],
"ignore": [
"node_modules",
"null"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"license": "MIT"
}