You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
751 B

{
"name": "grunt-contrib-cml-html-converter",
"version": "1.0.2",
"description": "Grunt Plugin for cml-html-converter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahuntington/grunt-contrib-cml-html-converter.git"
},
"keywords": [
"CML",
"Grunt"
],
"author": "Matt Huntington",
"license": "MIT",
"bugs": {
"url": "https://github.com/mahuntington/grunt-contrib-cml-html-converter/issues"
},
"homepage": "https://github.com/mahuntington/grunt-contrib-cml-html-converter#readme",
"dependencies": {
"cml-html-converter": "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.5"
}
}