{
  "name": "pixl-tools",
  "version": "2.0.3",
  "description": "A set of miscellaneous utility functions for Node.js.",
  "author": "Joseph Huckaby <jhuckaby@gmail.com>",
  "homepage": "https://github.com/jhuckaby/pixl-tools",
  "license": "MIT",
  "main": "tools.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jhuckaby/pixl-tools"
  },
  "bugs": {
    "url": "https://github.com/jhuckaby/pixl-tools/issues"
  },
  "keywords": [
    "utilities",
    "miscellaneous",
    "misc"
  ],
  "dependencies": {
    "errno": "0.1.7",
    "async": "2.6.4",
	"picomatch": "4.0.4"
  },
  "devDependencies": {}
}
