equalizer
Version:
A simple way to keep elements with equal height without jQuery!
39 lines (38 loc) • 884 B
JSON
{
"name": "equalizer",
"version": "1.0.0",
"description": "A simple way to keep elements with equal height without jQuery!",
"main": "dist/equalizer.min.js",
"directories": {
"test": "test"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jslint": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-umd": "^0.2.0",
"gulp-uglify": "^1.0.1",
"requirejs": "^2.1.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skrajewski/Equalizer.git"
},
"keywords": [
"vaniliajs",
"equalizer",
"js",
"height",
"dom",
"equal"
],
"author": "Szymon Krajewski <szykra@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/skrajewski/Equalizer/issues"
},
"homepage": "https://github.com/skrajewski/Equalizer"
}