@rkusa/linebreak
Version:
An implementation of the Unicode Line Breaking Algorithm (UAX #14)
33 lines (32 loc) • 734 B
JSON
{
"name": "@rkusa/linebreak",
"version": "1.0.0",
"description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
"repository": {
"type": "git",
"url": "https://github.com/rkusa/linebreaker.git"
},
"keywords": [
"unicode",
"text",
"wrapping"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rkusa/linebreaker/issues"
},
"homepage": "https://github.com/rkusa/linebreaker",
"dependencies": {
"unicode-trie": "^0.3.0"
},
"devDependencies": {
"mocha": "*",
"request": "^2.81.0"
},
"scripts": {
"build": "node src/generate_data",
"test": "mocha"
},
"main": "src/linebreaker"
}