grunt-codegs
Version:
The best Grunt plugin ever.
47 lines (46 loc) • 1 kB
JSON
{
"name": "grunt-codegs",
"description": "The best Grunt plugin ever.",
"version": "0.0.1",
"homepage": "https://github.com/tyskdm/codegs.gruntplugin",
"author": {
"name": "Tsuyoshi Kodama",
"email": "tsuyoshi.kodama@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tyskdm/codegs.gruntplugin.git"
},
"bugs": {
"url": "https://github.com/tyskdm/codegs.gruntplugin/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tyskdm/codegs.gruntplugin/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.4"
},
"peerDependencies": {
"grunt": "~0.4.4"
},
"keywords": [
"gruntplugin",
"codegs",
"googleappsscript"
],
"dependencies": {
"codegs": "^0.1.0"
}
}