24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"name": "hyphe",
|
|
"description": "Text hyphenation in Javascript.",
|
|
"main": "hyphen.js",
|
|
"authors": [
|
|
"Eugene Tiurin <yevhentiurin@gmail.com> (https://github.com/ytiurin)"
|
|
],
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"hyphen",
|
|
"hyphenate",
|
|
"hyphenation",
|
|
"hyphenator"
|
|
],
|
|
"homepage": "https://github.com/ytiurin/hyphen",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|