{ "name": "linebreak-next", "version": "1.0.3", "description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)", "repository": { "type": "git", "url": "https://github.com/devongovett/linebreaker.git" }, "keywords": [ "unicode", "text", "wrapping" ], "author": "Devon Govett ", "license": "MIT", "bugs": { "url": "https://github.com/devongovett/linebreaker/issues" }, "homepage": "https://github.com/devongovett/linebreaker", "dependencies": { "base64-js": "1.3.1", "unicode-trie": "^1.0.0" }, "devDependencies": { "mocha": "^6.0.2", "quote-stream": "^1.0.2", "request": "^2.88.0", "static-module": "^3.0.3" }, "scripts": { "build": "node tools/build", "prepublishOnly": "npm run build", "test": "npm run build && mocha" }, "main": "src/linebreaker.js", "browser": "src/linebreaker-browser.js", "files": [ "src" ] }