paazmaya/grunt-image-profile

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-image-profile",
  "description": "A Grunt task for working with image metadata profiles via ImageMagick",
  "version": "0.4.0",
  "homepage": "https://github.com/paazmaya/grunt-image-profile",
  "author": {
    "name": "Juga Paazmaya",
    "email": "paazmaya@yahoo.com",
    "url": "https://paazmaya.fi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/paazmaya/grunt-image-profile.git"
  },
  "bugs": {
    "url": "https://github.com/paazmaya/grunt-image-profile/issues"
  },
  "license": "MIT",
  "files": [
    "LICENSE",
    "tasks",
    "README.md"
  ],
  "main": "tasks/image_profile.js",
  "engines": {
    "node": ">=8.11.1"
  },
  "scripts": {
    "test": "grunt test",
    "lint": "eslint Gruntfile.js tasks"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-paazmaya": "^5.3.0",
    "grunt": "^1.0.4",
    "grunt-contrib-clean": "~2.0",
    "grunt-contrib-copy": "~1.0",
    "grunt-contrib-nodeunit": "~2.0",
    "jit-grunt": "~0.10",
    "time-grunt": "~2.0"
  },
  "peerDependencies": {
    "grunt": "~1.0"
  },
  "keywords": [
    "image",
    "picture",
    "photo",
    "profile",
    "iptc",
    "exit",
    "xmp",
    "location",
    "coordinates",
    "copyright",
    "author",
    "gruntplugin"
  ]
}