23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"name": "hyphen",
|
|
"version": "1.10.6",
|
|
"description": "Text hyphenation in Javascript.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ytiurin/hyphen"
|
|
},
|
|
"keywords": [
|
|
"hyphen",
|
|
"hyphenate",
|
|
"hyphenation",
|
|
"hyphenator"
|
|
],
|
|
"author": "Eugene Tiurin <yevhentiurin@gmail.com> (https://github.com/ytiurin)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ytiurin/hyphen/issues"
|
|
},
|
|
"homepage": "https://ytiurin.github.io/hyphen",
|
|
"browser": "./hyphen.js"
|
|
}
|