forked from foliojs/fontkit
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to publish under @PDF-Lib scope
- Loading branch information
Showing
3 changed files
with
67 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
src/ | ||
test/ | ||
.gitignore | ||
.nycrc | ||
.travis.yml | ||
babel.config.js | ||
esdoc.json | ||
index.html | ||
Makefile.js | ||
rollup.config.js | ||
stats.html | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "fontkit", | ||
"version": "1.7.7", | ||
"name": "@pdf-lib/fontkit", | ||
"version": "0.0.0", | ||
"description": "An advanced font engine for Node and the browser", | ||
"main": "dist/fontkit.umd.js", | ||
"unpkg": "dist/fontkit.umd.min.js", | ||
|
@@ -12,17 +12,6 @@ | |
"test": "mocha", | ||
"coverage": "cross-env BABEL_ENV=cover nyc mocha" | ||
}, | ||
"author": "Devon Govett <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"opentype", | ||
"font", | ||
"typography", | ||
"subset", | ||
"emoji", | ||
"glyph", | ||
"layout" | ||
], | ||
"dependencies": { | ||
"@pdf-lib/brotli": "^0.0.0", | ||
"@pdf-lib/restructure": "^0.0.0", | ||
|
@@ -61,5 +50,27 @@ | |
"rollup-plugin-terser": "^3.0.0", | ||
"rollup-plugin-visualizer": "^0.9.2", | ||
"shelljs": "^0.8.3" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Hopding/fontkit.git" | ||
}, | ||
"keywords": [ | ||
"opentype", | ||
"font", | ||
"typography", | ||
"subset", | ||
"emoji", | ||
"glyph", | ||
"layout" | ||
], | ||
"author": "Andrew Dillon <[email protected]>", | ||
"contributors": [ | ||
"Devon Govett <[email protected]> (http://badassjs.com/)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/Hopding/fontkit/issues" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/Hopding/fontkit" | ||
} |