-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "jquery-match-heights",
"version": "1.0.0",
"description": "A simple jQuery for match heights on any HTML element",
"main": "jquery-match-heights.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggonzalezq/jquery-match-heights.git"
},
"authors": [
"Gabriel Gonzalez <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ggonzalezq/jquery-match-heights/issues"
},
"homepage": "https://github.com/ggonzalezq/jquery-match-heights#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"del": "^3.0.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"node-notifier": "^5.2.1",
"run-sequence": "^2.2.1"
}
}