generator-clam
Version:
A Clam generator for Yeoman
34 lines (31 loc) • 762 B
JSON
{
"name": "<%= packageName %>",
"version": "0.0.1",
"description": "a clam project",
"author": {
"name": "<%= author %>",
"email": "<%= email %>"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"clam", "<%= projectName %>"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-less": "~0.5.0",
"grunt-css-combo": "~0.2.1",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-kmc": "~0.1.4",
"grunt-exec": "~0.4.1",
"grunt-mytps":""
},
"dependencies": {
}
}