File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed
Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments