grunt-hotbox-deploy
Version:
Grunt task for deploying front-end bundles to Hotbox
38 lines (37 loc) • 701 B
JSON
{
"name": "grunt-hotbox-deploy",
"description": "Grunt task for deploying front-end bundles to Hotbox",
"version": "2.0.6",
"author": "e.dydykin@corp.mail.ru",
"bugs": {
"url": ""
},
"licenses": [
{
"type": "MIT",
"url": "/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.5"
},
"dependencies": {
"grunt-aws-s3": "2.0.0",
"inquirer": "^5.0.0"
},
"keywords": [
"gruntplugin",
"aws",
"s3",
"fontend"
]
}