Risto-Stevcev/grunt-file-compare

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-file-compare",
  "version": "1.0.5",
  "description": "Grunt task to check if a set of files are equal",
  "main": "Gruntfile.js",
  "scripts": {
    "test": "./node_modules/.bin/grunt file_compare:foofoo"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Risto-Stevcev/grunt-file-compare"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "file",
    "compare",
    "diff"
  ],
  "author": "Risto Stevcev",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/Risto-Stevcev/grunt-file-compare/issues"
  },
  "homepage": "https://github.com/Risto-Stevcev/grunt-file-compare",
  "dependencies": {
    "grunt": "^0.4.5"
  },
  "devDependencies": {
    "grunt-cli": "^0.1.13"
  }
}