mxgit
Version:
Small tool that helps versioning Mendix projects with git.
32 lines (31 loc) • 683 B
JSON
{
"name": "mxgit",
"version": "0.0.6",
"description": "Small tool that helps versioning Mendix projects with git. ",
"preferGlobal" : true,
"main": "mxgit.js",
"bin" : {
"mxgit" : "mxgit.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mweststrate/mxgit"
},
"keywords": [
"mendix",
"git"
],
"author": "Michel Weststrate",
"license": "MIT",
"bugs": {
"url": "https://github.com/mweststrate/mxgit/issues"
},
"homepage": "https://github.com/mweststrate/mxgit",
"dependencies": {
"fs-extra": "^0.13.0",
"yargs": "^1.2.1"
}
}