grunt-cli-babel
Version:
Grunt CLI wrapper around Babel
33 lines (26 loc) • 642 B
JSON
{
"name" : "grunt-cli-babel",
"version" : "0.0.5",
"author" : "Abashkin Alexander <monolithed@gmail.com>",
"license" : "MIT",
"homepage": "https://github.com/monolithed/grunt-cli-babel.git",
"keywords": [ "grunt", "grunt-cli", "es6", "harmony", "babel" ],
"description": "Grunt CLI wrapper around Babel",
"bin": {
"grunt": "bin/grunt"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url" : "https://github.com/monolithed/grunt-cli-babel.git"
},
"bugs": {
"url": "https://github.com/monolithed/grunt-cli-babel/issues"
},
"dependencies": {
"grunt": "^0.4.5",
"babel": "^5.8.23"
}
}