phash-imagemagick
Version:
get and compare perceptual hashes (as computed by imagemagick)
40 lines (39 loc) • 954 B
JSON
{
"name": "phash-imagemagick",
"version": "1.0.1",
"description": "get and compare perceptual hashes (as computed by imagemagick)",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/test.js",
"precommit": "lint-staged"
},
"repository": {
"type": "git",
"url": "https://github.com/standard-analytics/phash-imagemagick.git"
},
"keywords": [
"perceptual",
"hash",
"phash"
],
"author": "sebastien ballesteros",
"license": "apache-v2",
"bugs": {
"url": "https://github.com/standard-analytics/phash-imagemagick/issues"
},
"homepage": "https://github.com/standard-analytics/phash-imagemagick",
"devDependencies": {
"async": "^0.9.0",
"husky": "^0.14.3",
"lint-staged": "^6.1.0",
"mocha": "^2.1.0",
"prettier": "^1.10.2"
},
"lint-staged": {
"*.js": [
"prettier --single-quote --write",
"git add"
]
}
}