pixl-tools
Version:
A set of miscellaneous utility functions for Node.js.
28 lines (27 loc) • 628 B
JSON
{
"name": "pixl-tools",
"version": "1.1.7",
"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.1"
},
"devDependencies": {}
}