UNPKG

phashbuffer

Version:

Image perceptual hash calculation for node

43 lines (42 loc) 917 B
{ "name": "phashbuffer", "version": "0.0.3", "description": "Image perceptual hash calculation for node", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/pwlmaciejewski/imghash.git" }, "keywords": [ "perseptual", "image", "hash", "phash", "imgseek" ], "author": "Paweł Maciejewski <fragphace@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/pwlmaciejewski/imghash/issues" }, "engines": { "node": ">=4.x.x" }, "homepage": "https://github.com/pwlmaciejewski/imghash#readme", "devDependencies": { "chai": "^3.5.0", "hamming-distance": "^1.0.0", "mocha": "^2.4.5" }, "dependencies": { "blockhash": "^0.2.0", "bmp-js": "0.0.3", "image-type": "^2.1.0", "jpeg-js": "^0.1.1", "png-js": "^0.1.1", "request": "^2.88.0" } }