forked from liabru/jquery-match-height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "jquery-match-height",
"version": "0.6.0",
"license": "MIT",
"homepage": "http://brm.io/jquery-match-height/",
"author": "Liam Brummitt <liam@brm.io> (http://brm.io/)",
"description": "a responsive equal heights plugin for jQuery",
"main": "jquery.matchHeight.js",
"repository": {
"type": "git",
"url": "https://github.com/liabru/jquery-match-height.git"
},
"keywords": [
"matchHeight",
"equal",
"match",
"height",
"equalize",
"columns"
],
"bugs": {
"url": "https://github.com/liabru/jquery-match-height/issues"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-browserstack": "^1.0.0",
"gulp-bump": "^1.0.0",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"gulp-webdriver": "^1.0.1",
"gulp-webserver": "^0.9.1",
"jasmine": "^2.3.2",
"ngrok": "^0.1.99",
"run-sequence": "^1.1.4",
"selenium-standalone": "^4.7.0",
"webdriverio": "^3.2.5"
}
}