{
    "name": "<%= projectName %>",
    "version": "0.2.9",
    "description": "a tbc project",
    "author": {
        "name": "<%= author %>",
        "email": "<%= email %>"
    },
	"repository": {
        "type": "git",
        "url": "https://gitlab.alibaba-inc.com:tbc/<%= projectName %>.git"
    },
    "keywords": [
        "tbc", "<%= projectName %>"
    ],

    "devDependencies": {
        "grunt": "~0.4.1",
        "grunt-contrib-copy": "~0.4.1",
        "grunt-contrib-uglify": "~0.2.0",
        "grunt-contrib-clean": "~0.4.0"<% if(enableLess) { %>,
        "grunt-contrib-less": "~0.5.0"<% } %>,
        "grunt-css-combo": "~0.2.1"<% if(enableSass) { %>,
        "grunt-contrib-compass": "~0.1.3"<% } %>,
        "grunt-contrib-cssmin": "~0.5.0",
        "grunt-contrib-watch": "~0.3.1",
        "grunt-kmc": "~0.1.4",
        "grunt-contrib-connect": "~0.3.0",
        "grunt-kissy-template": "~0.1.2",
		"grunt-regex-replace": "~0.2.5",
        "grunt-exec": "~0.4.1",
        "grunt-http": "~0.0.2",
        "abc-gruntfile-helper": "~0.0.1"
    },

    "dependencies": {
    }
}
