UNPKG

grunt-pugpig-issues-xml

Version:
46 lines (45 loc) 1.15 kB
{ "name": "grunt-pugpig-issues-xml", "version": "0.2.0", "description": "Generate issues XML file for PugPig publications.", "homepage": "https://github.com/furzeface/grunt-pugpig-issues-xml", "repository": "https://github.com/furzeface/grunt-pugpig-issues-xml", "author": { "name": "Daniel Furze", "email": "daniel@furzeface.com", "url": "http://github.com/furzeface" }, "keywords": [ "gruntplugin", "pugpig" ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "license": "MIT", "dependencies": { "chalk": "^0.5.1", "superb": "^1.0.2", "xmlbuilder": "^2.4.0" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-nodeunit": "~0.3.0", "jshint-stylish": "~0.1.5", "load-grunt-tasks": "~0.3.0" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-nodeunit": "~0.4.1", "jshint-stylish": "~0.4.0", "load-grunt-tasks": "~0.6.0" }, "scripts": { "test": "grunt test" } }