UNPKG

metalsmith-hyphenate

Version:
46 lines (45 loc) 1.13 kB
{ "name": "metalsmith-hyphenate", "version": "1.1.5", "description": "A Metalsmith plugin to hyphenate words.", "main": "index.js", "scripts": { "test": "make test", "lint": "make lint", "semantic-release": "semantic-release", "travis-deploy-once": "travis-deploy-once" }, "repository": { "type": "git", "url": "https://github.com/saneef/metalsmith-hyphenate.git" }, "keywords": [ "metalsmith", "hyphen", "hyphenate", "hypher" ], "author": "Saneef Ansari <hello@saneef.com>", "license": "MIT", "bugs": { "url": "https://github.com/saneef/metalsmith-hyphenate/issues" }, "homepage": "https://github.com/saneef/metalsmith-hyphenate", "devDependencies": { "assert-dir-equal": "~1.1.0", "eslint": "~6.8.0", "harmonize": "~2.0.0", "hyphenation.de": "~0.2.1", "metalsmith": "~2.3.0", "mocha": "~6.2.0", "semantic-release": "^17.0.4", "travis-deploy-once": "^5.0.11" }, "dependencies": { "debug": "~4.1.0", "hyphenation.en-us": "~0.2.1", "hypher": "~0.2.5", "minimatch": "~3.0.4", "parse5": "~5.1.1" } }