forked from harfbuzz/harfbuzzjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 782 Bytes
/
package.json
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": "harfbuzzjs",
"version": "0.3.3",
"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"
}
}