{
  "name": "node-system-fonts",
  "version": "1.0.1",
  "description": "Provides access to the system font catalog",
  "main": "src/index.js",
  "types": "index.d.ts",
  "dependencies": {
    "bindings": "1.5.0",
    "nan": ">=2.14.1"
  },
  "devDependencies": {
    "fs-extra": "9.0.0",
    "mocha": "*"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jgilsaa/node-system-fonts.git"
  },
  "keywords": [
    "font",
    "find",
    "search",
    "substitute",
    "enumerate"
  ],
  "author": "Jacob Gilsaa <jacobgilsaa@hotmail.com>",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/jgilsaa/node-system-fonts.git/issues"
  },
  "homepage": "https://github.com/jgilsaa/node-system-fonts.git"
}