-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
28 lines (28 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "responsive-toolkit",
"version": "2.6.3",
"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.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "src/bootstrap-toolkit.js",
"repository": {
"type": "git",
"url": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit.git"
},
"author": "Maciej Gurban",
"license": "MIT",
"bugs": {
"url": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit/issues"
},
"homepage": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit",
"devDependencies": {
"gulp": "3.9.1",
"gulp-eslint": "2.0.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7"
}
}