UNPKG

grunt-plantuml

Version:

Grunt task to generate images from plantuml diagram sources

58 lines (57 loc) 1.36 kB
{ "name": "grunt-plantuml", "description": "Grunt task to generate images from plantuml diagram sources", "version": "1.0.3", "homepage": "https://github.com/prantlf/grunt-plantuml", "author": { "name": "Ferdinand Prantl", "email": "prantlf@gmail.com", "url": "http://prantl.tk" }, "repository": { "type": "git", "url": "https://github.com/prantlf/grunt-plantuml.git" }, "bugs": { "url": "https://github.com/prantlf/grunt-plantuml/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/grunt-plantuml/blob/master/LICENSE" } ], "engines": { "node": ">=6" }, "scripts": { "test": "grunt", "check_coverage": "GRUNT_PLANTUML_COVERAGE=1 grunt", "post_coverage": "GRUNT_PLANTUML_COVERAGE=1 grunt default coveralls" }, "dependencies": { "node-plantuml": "^0.9.0", "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", "plantuml", "puml", "uml", "image", "generate" ] }