UNPKG

smufl-glyphs-info

Version:

Glyph data for the SMuFL specification for use inside Glyphs.app

49 lines (48 loc) 1.07 kB
{ "name": "smufl-glyphs-info", "version": "0.5.1", "description": "Glyph data for the SMuFL specification for use inside Glyphs.app", "os": [ "darwin" ], "bin": { "smufl-glyphs": "./bin/cli.js" }, "files": [ "bin/*", "dist/*" ], "scripts": { "build": "napa && node lib/build.js", "version": "npm run build", "prepublishOnly": "npm run build" }, "napa": { "smufl": "w3c/smufl" }, "repository": { "type": "git", "url": "git+https://github.com/delucis/smufl-glyphs-info.git" }, "keywords": [ "smufl", "glyphs", "metadata" ], "author": "Chris Swithinbank <swithinbank@gmail.com> (http://chrisswithinbank.net/)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/delucis/smufl-glyphs-info/issues" }, "homepage": "https://github.com/delucis/smufl-glyphs-info#readme", "devDependencies": { "napa": "^3.0.0", "plist": "^2.1.0", "xmlbuilder": "^9.0.7" }, "dependencies": { "clorox": "^1.0.3", "commander": "^2.15.0", "prompts": "^0.1.8" } }