grunt-deliver
Version:
Grunt continuous delivery task
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "grunt-deliver",
"version": "0.0.1-alpha.13",
"description": "Grunt continuous delivery task",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Vitre/grunt-deliver.git"
},
"keywords": [
"grunt",
"deploy",
"deliver",
"backup",
"ci"
],
"author": "Vít Mádr",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vitre/grunt-deliver/issues"
},
"homepage": "https://github.com/Vitre/grunt-deliver",
"engine": "node >= 0.12.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-available-tasks": "^0.5.7",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"time-grunt": "^1.0.0"
},
"dependencies": {
"array-extended": "0.0.11",
"async": "^0.9.0",
"chalk": "^0.5.1",
"extend": "^2.0.0",
"linger": "0.0.3",
"shelljs": "^0.3.0"
}
}