{
  "name": "make-glyphs",
  "version": "0.5.1",
  "description": "Tools for working with .glyphs font files.",
  "license": "GPL-3.0",
  "repository": "delucis/make-glyphs",
  "bugs": {
    "url": "https://github.com/delucis/make-glyphs/issues"
  },
  "homepage": "https://github.com/delucis/make-glyphs#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": [
    "bin/*",
    "lib/*",
    "index.js"
  ],
  "bin": {
    "make-glyphs": "bin/cli.js"
  },
  "keywords": [
    "glyphs",
    "fonts",
    "file-format",
    "make",
    "build",
    "tool"
  ],
  "dependencies": {
    "joi": "^14.3.1",
    "load-nextstep-plist": "^1.0.2",
    "lodash.clonedeep": "^4.5.0",
    "minimist": "^1.2.0",
    "readable-glyph-names": "^1.0.0",
    "unicode-blocks": "^2.0.4",
    "write-glyphs-file": "^1.0.1"
  },
  "devDependencies": {
    "ava": "^2.1.0",
    "coveralls": "^3.0.4",
    "nyc": "^14.1.1",
    "tempy": "^0.3.0"
  }
}
