generator-clam
Version:
A Clam generator for Yeoman
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "<%= packageName %>",
"version": "<%= version %>",
"description": "a clam project",
"author": {
"name": "<%= author %>",
"email": "<%= email %>"
},
"repository": {
"type": "git",
"url": "http://gitlab.alibaba-inc.com/<%= groupName %>/<%= packageName %>"
},
"keywords": [
"clam", "<%= projectName %>"
],
"devDependencies": {
"grunt": "~0.4.1",
"time-grunt": "^0.2.10",
"grunt-contrib-copy": "",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-less": "~0.5.0",
"grunt-sass":"~0.10.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-watch": "",
"clam-util":"",
"grunt-cacheinfo":"",
"grunt-exec": "",
"grunt-flexcombo": "",
"grunt-combohtml":"",
"grunt-replace":"",
"grunt-tms":"",
"grunt-inline-assets":"",
"grunt-domman":"",
"grunt-kmb":"",
"jit-grunt":""
},
"dependencies": {}
}