@syngrisi/node-resemble.js
Version:
Image analysis and comparison for nodejs
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "@syngrisi/node-resemble.js",
"version": "2.2.27-alpha.0",
"description": "Image analysis and comparison for nodejs",
"main": "resemble.js",
"scripts": {
"test": "gulp test",
"build": "echo build",
"release": "release-it --github.release",
"pkglist": "npx npm-packlist # list of files that will be published in syngrisi package, show the files section"
},
"repository": {
"type": "git",
"url": "git+git@github.com:syngrisi/syngrisi.git",
"directory": "packages/node-resemble.js"
},
"keywords": [
"comparison",
"image",
"diff",
"compare"
],
"author": {
"name": "Viktar Silakou",
"email": "1105714@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/syngrisi/syngrisi/issues"
},
"homepage": "https://github.com/syngrisi/syngrisi/node-resemble.js/",
"dependencies": {
"jpeg-js": "0.4.4",
"pngjs": "^7.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jasmine": "4.0.0",
"gulp-util": "3.0.7"
},
"gitHead": "fa622876bf565ec6e96c86f6b5343ed32e515a7e"
}