blockhash
Version:
Perceptual image hash calculation tool
42 lines (41 loc) • 857 B
JSON
{
"name": "blockhash",
"version": "0.2.0",
"homepage": "https://github.com/commonsmachinery/blockhash-js",
"author": "Commons Machinery <dev@commonsmachinery.se>",
"description": "Perceptual image hash calculation tool",
"repository": {
"type": "git",
"url": "https://github.com/commonsmachinery/blockhash-js.git"
},
"scripts": {
"test": "mocha"
},
"main": "index.js",
"browser": {
"png-js": "./node_modules/png-js/png.js"
},
"browserify-shim": {
"png-js": "PNG"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"keywords": [
"image",
"hashing",
"perceptual"
],
"devDependencies": {
"browserify-shim": "^3.8.0",
"expect.js": "*",
"glob": "*",
"jpeg-js": "0.0.4",
"jshint": "*",
"mocha": "*",
"png-js": "^0.1.1"
},
"license": "MIT"
}