UNPKG

same-width

Version:

This library can be used to dynamically ensure all elements of a given CSS selector are rendered at the same width.

41 lines (40 loc) 941 B
{ "dependencies": { "layout-queue": "1.0.0" }, "devDependencies": { "chai": "^3.5.0", "jsdom": "^9.9.1", "jsdom-global": "^2.1.1", "mocha": "^3.2.0", "mocha-jsdom": "^1.1.0" }, "scripts": { "test": "mocha" }, "name": "same-width", "description": "This library can be used to dynamically ensure all elements of a given CSS selector are rendered at the same width.", "version": "1.0.0", "main": "SameWidth.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/davejtoews/same-width.git" }, "keywords": [ "layout", "queue", "window", "resize", "same", "width" ], "author": "Dave Toews <davejtoews@gmail.com> (http://davejtoews.com)", "license": "MIT", "bugs": { "url": "https://github.com/davejtoews/same-width/issues" }, "homepage": "https://github.com/davejtoews/same-width#readme" }