UNPKG

grunt-markdox

Version:
46 lines (45 loc) 1.07 kB
{ "name": "grunt-markdox", "description": "A grunt task for running markdox.", "version": "1.2.1", "homepage": "https://github.com/ryansmith94/grunt-markdox", "author": { "name": "ryansmith94", "email": "main.ryansmith@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/ryansmith94/grunt-markdox.git" }, "bugs": { "url": "https://github.com/ryansmith94/grunt-markdox/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ryansmith94/grunt-markdox/blob/master/license.md" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "markdox": "~0.1.2" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "dox", "markdox", "gruntplugin" ] }