UNPKG

write-glyphs-file

Version:
46 lines (45 loc) 990 B
{ "name": "write-glyphs-file", "version": "1.0.2", "description": "Stringify and write a .glyphs font file", "license": "GPL-3.0", "repository": "delucis/write-glyphs-file", "bugs": { "url": "https://github.com/delucis/write-glyphs-file/issues" }, "homepage": "https://github.com/delucis/write-glyphs-file#readme", "author": { "name": "Chris Swithinbank", "email": "swithinbank@gmail.com", "url": "http://chrisswithinbank.net/" }, "engines": { "node": ">=8" }, "scripts": { "test": "nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "files": [ "lib/*", "index.js" ], "keywords": [ "write", "glyphs", "file-format", "stringify", "file" ], "devDependencies": { "ava": "^2.1.0", "coveralls": "^3.0.4", "nyc": "^14.1.1", "tempfile": "^3.0.0" }, "dependencies": { "graceful-fs": "^4.1.15", "make-dir": "^3.0.0", "write-file-atomic": "^3.0.0" } }