tandrewnichols/grunt-md

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-md",
  "version": "0.0.4",
  "description": "Compile markdown files with yml view context into html",
  "main": "./tasks/md.js",
  "scripts": {
    "test": "node_modules/.bin/grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tandrewnichols/grunt-md.git"
  },
  "keywords": [
    "gruntplugin",
    "markdown",
    "blog",
    "static",
    "compile"
  ],
  "author": "Andrew Nichols",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/grunt-md/issues"
  },
  "homepage": "https://github.com/tandrewnichols/grunt-md",
  "devDependencies": {
    "cheerio": "^0.18.0",
    "coffee-script": "^1.8.0",
    "cover-child-process": "^0.1.5",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-exec": "^0.4.6",
    "grunt-mocha-cov": "^0.3.0",
    "grunt-mocha-test": "^0.12.2",
    "grunt-open": "^0.2.3",
    "grunt-travis-matrix": "^1.0.0",
    "indeed": "^1.0.6",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.0.1",
    "mocha-given": "^0.1.3",
    "mocha-lcov-reporter": "0.0.1",
    "proxyquire": "^1.0.1",
    "sinon": "^1.11.1"
  },
  "dependencies": {
    "async": "^0.9.0",
    "chalk": "^0.5.1",
    "fs-extra": "^0.12.0",
    "lodash": "^2.4.1",
    "marky-mark": "^1.2.0"
  },
  "config": {
    "blanket": {
      "pattern": [
        "grunt-md/tasks"
      ]
    }
  }
}