eqheights
Version:
Give all elements in a group of elements at least the height of the tallest element within that group
34 lines (33 loc) • 946 B
JSON
{
"name": "eqheights",
"version": "1.2.0",
"description": "Give all elements in a group of elements at least the height of the tallest element within that group",
"main": "dist/eqheights.js",
"scripts": {
"transpile": "babel eqheights.js --modules umd --out-dir dist",
"minify": "uglifyjs dist/eqheights.js --compress --screw-ie8 --mangle --output dist/eqheights.min.js",
"build": "npm run transpile && npm run minify"
},
"repository": {
"type": "git",
"url": "https://github.com/Maximilianos/eqheights.git"
},
"keywords": [
"element",
"elements",
"equal",
"equalize",
"heights",
"height"
],
"author": "Max GJ Panas <m@maxpanas.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Maximilianos/eqheights/issues"
},
"homepage": "https://github.com/Maximilianos/eqheights#readme",
"devDependencies": {
"babel": "^5.8.23",
"uglify-js": "^2.4.24"
}
}