aglfn
Version:
Adobe Glyph List For New Fonts as JSON
41 lines (40 loc) • 912 B
JSON
{
"name": "aglfn",
"version": "1.0.2",
"description": "Adobe Glyph List For New Fonts as JSON",
"main": "dist/aglfn.json",
"files": [
"dist/*"
],
"scripts": {
"build": "napa && node lib/build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "npm run build"
},
"napa": {
"aglfn": "adobe-type-tools/agl-aglfn"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delucis/aglfn.git"
},
"keywords": [
"aglfn",
"adobe",
"font",
"unicode",
"mapping",
"json",
"glyph"
],
"author": "Chris Swithinbank <swithinbank@gmail.com> (http://chrisswithinbank.net/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/delucis/aglfn/issues"
},
"homepage": "https://github.com/delucis/aglfn#readme",
"devDependencies": {
"napa": "^3.0.0",
"write-json-file": "^4.1.0"
}
}