prantlf/grunt-mkdocs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-mkdocs",
  "description": "Grunt plugin generating documentation web site from Markdown sources using mkdocs",
  "version": "0.0.0-development",
  "homepage": "https://github.com/prantlf/grunt-mkdocs",
  "author": {
    "name": "Ferdinand Prantl",
    "email": "prantlf@gmail.com",
    "url": "http://prantl.tk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prantlf/grunt-mkdocs.git"
  },
  "bugs": {
    "url": "https://github.com/prantlf/grunt-mkdocs/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/prantlf/grunt-mkdocs/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "grunt",
    "check_coverage": "GRUNT_MKDOCS_COVERAGE=1 grunt",
    "post_coverage": "GRUNT_MKDOCS_COVERAGE=1 grunt default coveralls"
  },
  "devDependencies": {
    "grunt": "^1.0.3",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.0.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": "^4.0.0",
    "time-grunt": "^2.0.0"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "documentation",
    "doc",
    "mkdocs"
  ]
}