mirror of
https://github.com/zhigang1992/js-line-wrap-detector.git
synced 2026-01-12 09:04:35 +08:00
27 lines
512 B
JSON
27 lines
512 B
JSON
{
|
|
"name": "js-line-wrap-detector",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/xdamman/js-line-wrap-detector",
|
|
"authors": [
|
|
"Xavier Damman <xdamman@gmail.com>"
|
|
],
|
|
"description": "Detect where the text wrap in any dom element.",
|
|
"main": "src/lineWrapDetector.js",
|
|
"keywords": [
|
|
"line",
|
|
"wrap",
|
|
"detect",
|
|
"detector",
|
|
"wrapping",
|
|
"text"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|