prantlf/grunt-scruffy

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-scruffy",
  "description": "Grunt task to generate images from yuml diagram sources by scruffy",
  "version": "0.0.0-development",
  "homepage": "https://github.com/prantlf/grunt-scruffy",
  "author": {
    "name": "Ferdinand Prantl",
    "email": "prantlf@gmail.com",
    "url": "http://prantl.tk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prantlf/grunt-scruffy.git"
  },
  "bugs": {
    "url": "https://github.com/prantlf/grunt-scruffy/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/prantlf/grunt-scruffy/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "test": "grunt",
    "check_coverage": "GRUNT_SCRUFFY_COVERAGE=1 grunt",
    "post_coverage": "GRUNT_SCRUFFY_COVERAGE=1 grunt default coveralls"
  },
  "dependencies": {
    "q": "^2.0.3"
  },
  "devDependencies": {
    "grunt": "^1.0.4",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-coveralls": "^2.0.0",
    "grunt-istanbul": "^0.8.0",
    "jshint-stylish": "^2.2.1",
    "load-grunt-tasks": "^5.1.0",
    "time-grunt": "^2.0.0"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "scruffy",
    "yuml",
    "uml",
    "image",
    "generate"
  ]
}