UNPKG

grunt-graphviz

Version:
48 lines (47 loc) 1.03 kB
{ "name": "grunt-graphviz", "description": "Compile DOT files", "version": "0.1.1", "homepage": "https://github.com/euskadi31/grunt-graphviz", "author": { "name": "Axel Etcheverry", "email": "axel@etcheverry.biz", "url": "http://twitter.com/euskadi31" }, "repository": { "type": "git", "url": "git://github.com/euskadi31/grunt-graphviz.git" }, "bugs": { "url": "https://github.com/euskadi31/grunt-graphviz/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/euskadi31/grunt-graphviz/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.1.2", "grunt": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin", "dot", "graphviz", "graph", "visualization" ] }