grunt-xdt
Version:
XDT Transformation task for Grunt
41 lines (40 loc) • 929 B
JSON
{
"name": "grunt-xdt",
"description": "XDT Transformation task for Grunt",
"version": "0.1.1",
"main": "Gruntfile.js",
"homepage": "https://github.com/spatools/grunt-xdt",
"author": {
"name": "SPA Tools",
"url": "http://github.com/spatools/"
},
"repository": {
"type": "git",
"url": "https://github.com/spatools/grunt-xdt"
},
"bugs": {
"url": "https://github.com/spatools/grunt-xdt/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"async": "^0.9.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0"
},
"keywords": [
"gruntplugin",
"grunt",
"xdt",
"xml",
"transformation",
"document",
"ctt"
]
}