UNPKG

grunt-pugpig-contents-xml

Version:
38 lines (37 loc) 923 B
{ "name": "grunt-pugpig-contents-xml", "version": "0.2.0", "description": "Generate contents XML file for PugPig publications.", "homepage": "https://github.com/furzeface/grunt-pugpig-content-xml", "repository": "https://github.com/furzeface/grunt-pugpig-content-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.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" } }