grunt-xtb-generator
Version:
Grunt wrapper for Java XTB generator - language file for Google Closure Library
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "grunt-xtb-generator",
"description": "Grunt wrapper for Java XTB generator - language file for Google Closure Library",
"version": "0.1.0",
"homepage": "https://github.com/janpanschab/grunt-xtb-generator",
"author": {
"name": "Jan Panschab",
"email": "jan.panschab@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/janpanschab/grunt-xtb-generator.git"
},
"bugs": {
"url": "https://github.com/janpanschab/grunt-xtb-generator/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/janpanschab/grunt-xtb-generator/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1",
"grunt-release": "~0.5.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"xtb",
"closure",
"i18n"
]
}