grunt-yabs
Version:
Collection of tools for grunt release workflows.
53 lines • 1.1 kB
JSON
{
"name": "grunt-yabs",
"description": "Collection of tools for grunt release workflows.",
"version": "1.3.0",
"homepage": "https://github.com/mar10/grunt-yabs",
"author": {
"name": "Martin Wendt",
"url": "git://github.com/mar10/grunt-yabs.git"
},
"repository": {
"type": "git",
"url": "git://github.com/mar10/grunt-yabs.git"
},
"bugs": {
"url": "https://github.com/mar10/grunt-yabs/issues"
},
"license": "MIT",
"keywords": [
"build",
"bump",
"grunt",
"gruntplugin",
"npm",
"push",
"release",
"tag",
"workflow"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"cson-parser": "^4.0.5",
"grunt": "^1.0.4",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"q": "^1.4.1",
"semver": "^5.3.0",
"shelljs": "^0.7.3",
"superagent": "^3.8.3"
},
"devDependencies": {
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}