Skip to content

Commit b37be58

Browse files
committed
Format
1 parent c84f606 commit b37be58

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"name": "harfbuzzjs",
3-
"version": "0.5.0",
4-
"description": "Minimal version of HarfBuzz for JavaScript use",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha test/index.js"
8-
},
9-
"keywords": [
10-
"harfbuzz",
11-
"opentype",
12-
"truetype",
13-
"ttf",
14-
"otf",
15-
"graphics",
16-
"complex scripts",
17-
"typography",
18-
"font rendering",
19-
"font",
20-
"fonts",
21-
"emoji"
22-
],
23-
"repository": {
24-
"type": "git",
25-
"url": "git+https://github.com/harfbuzz/harfbuzzjs.git"
26-
},
27-
"author": "Ebrahim Byagowi <ebrahim@gnu.org>",
28-
"license": "MIT",
29-
"bugs": {
30-
"url": "https://github.com/harfbuzz/harfbuzzjs/issues"
31-
},
32-
"homepage": "https://github.com/harfbuzz/harfbuzzjs#readme",
33-
"devDependencies": {
34-
"chai": "^4.3.7",
35-
"mocha": "^10.2.0"
36-
}
37-
}
2+
"name": "harfbuzzjs",
3+
"version": "0.5.0",
4+
"description": "Minimal version of HarfBuzz for JavaScript use",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "mocha test/index.js"
8+
},
9+
"keywords": [
10+
"harfbuzz",
11+
"opentype",
12+
"truetype",
13+
"ttf",
14+
"otf",
15+
"graphics",
16+
"complex scripts",
17+
"typography",
18+
"font rendering",
19+
"font",
20+
"fonts",
21+
"emoji"
22+
],
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/harfbuzz/harfbuzzjs.git"
26+
},
27+
"author": "Ebrahim Byagowi <ebrahim@gnu.org>",
28+
"license": "MIT",
29+
"bugs": {
30+
"url": "https://github.com/harfbuzz/harfbuzzjs/issues"
31+
},
32+
"homepage": "https://github.com/harfbuzz/harfbuzzjs#readme",
33+
"devDependencies": {
34+
"chai": "^4.3.7",
35+
"mocha": "^10.2.0"
36+
}
37+
}

0 commit comments

Comments
 (0)