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.
31 lines
788 B
31 lines
788 B
{
|
|
"name": "grunt-contrib-cml-html-converter",
|
|
"version": "1.4.1",
|
|
"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": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-watch": "^0.6.1"
|
|
}
|
|
}
|