equalizer
Version:
A simple way to keep elements with equal height without jQuery!
32 lines (31 loc) • 565 B
JSON
{
"name": "Equalizer",
"main": "dist/equalizer.js",
"version": "1.0.0",
"homepage": "https://github.com/skrajewski/Equalizer",
"authors": [
"Szymon Krajewski <szykra@gmail.com>"
],
"description": "A simple way to keep elements with equal height without jQuery!",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"vanilliajs",
"equalizer",
"js",
"height",
"dom",
"equal"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}