forked from harfbuzz/harfbuzzjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 793 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@alsoasked/harfbuzzjs",
"version": "0.3.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 <[email protected]>",
"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"
}
}