mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
34 lines
847 B
JSON
34 lines
847 B
JSON
{
|
|
"name": "equalize.js",
|
|
"filename": "equalize.min.js",
|
|
"version": "1.0.1",
|
|
"description": "The jQuery plugin for equalizing the height or width of your elements",
|
|
"keywords": [
|
|
"ui",
|
|
"equalize",
|
|
"equal",
|
|
"height",
|
|
"width",
|
|
"layout"
|
|
],
|
|
"homepage": "https://github.com/tsvensen/equalize.js",
|
|
"demo": "http://tsvensen.github.com/equalize.js/",
|
|
"dependencies": {
|
|
"jquery": ">=1.4.x"
|
|
},
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}, {
|
|
"type": "GPLv2",
|
|
"url": "http://opensource.org/licenses/GPL-2.0"
|
|
}],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/tsvensen/equalize.js/blob/master/js/equalize.js"
|
|
}
|
|
]
|
|
|
|
}
|