pathhash
Version:
get the hash of a file at a given path
32 lines (31 loc) • 657 B
JSON
{
"name": "pathhash",
"version": "1.0.0",
"description": "get the hash of a file at a given path",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/nisaacson/pathhash.git"
},
"keywords": [
"path",
"hash",
"file"
],
"author": "Noah Isaacson",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "293e488d0a6460c1aaf36772bbb32209c284046b",
"dependencies": {},
"devDependencies": {
"eyespect": "~0.1.8",
"should": "~1.2.1",
"mocha": "~1.8.1"
}
}