-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 891 Bytes
/
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
29
30
31
32
33
{
"name": "responsive-breakpoint-tester",
"version": "2.0.0",
"description": "Detect responsive breakpoints in JavaScript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "source/ResponsiveTester.js",
"repository": {
"type": "git",
"url": "https://github.com/patrykgruszka/responsive-breakpoint-tester"
},
"author": "Patryk Gruszka",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.0.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.8",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.1.0",
"jshint": "^2.9.2",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2"
}
}