hash-brown
Version:
Tasty hashes made out of whatever
32 lines (31 loc) • 671 B
JSON
{
"name": "hash-brown",
"version": "1.2.0",
"description": "Tasty hashes made out of whatever",
"main": "index.js",
"bin": {
"hashbrown": "./index.js"
},
"scripts": {
"test": ""
},
"keywords": [
"hash",
"breakfast"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brandonchartier/hash-brown.git"
},
"author": "Brandon Chartier",
"license": "ISC",
"dependencies": {
"fs-promise": "^1.0.0",
"globby": "^6.1.0",
"minimist": "^1.2.0"
},
"bugs": {
"url": "https://github.com/brandonchartier/hash-brown/issues"
},
"homepage": "https://github.com/brandonchartier/hash-brown#readme"
}