harfbuzzjs
Version:
Minimal version of HarfBuzz for JavaScript use
38 lines (37 loc) • 782 B
JSON
{
"name": "harfbuzzjs",
"version": "0.4.8",
"description": "Minimal version of HarfBuzz for JavaScript use",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"keywords": [
"harfbuzz",
"opentype",
"truetype",
"ttf",
"otf",
"graphics",
"complex scripts",
"typography",
"font rendering",
"font",
"fonts",
"emoji"
],
"repository": {
"type": "git",
"url": "git+https://github.com/harfbuzz/harfbuzzjs.git"
},
"author": "Ebrahim Byagowi <ebrahim@gnu.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harfbuzz/harfbuzzjs/issues"
},
"homepage": "https://github.com/harfbuzz/harfbuzzjs#readme",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
}
}