foundry-release-git
Version:
git release library for foundry
59 lines • 1.54 kB
JSON
{
"name": "foundry-release-git",
"description": "git release library for foundry",
"version": "2.1.2",
"homepage": "https://github.com/twolfson/foundry-release-git",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/foundry-release-git.git"
},
"bugs": {
"url": "https://github.com/twolfson/foundry-release-git/issues"
},
"license": "Unlicense",
"main": "lib/foundry-release-git",
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"foundry-release-git": "bin/foundry-release-git"
},
"scripts": {
"test": "(test \"$VAGRANT\" = \"true\" || test \"$TRAVIS\" = \"true\" || (echo \"Tests must be run in enclosed environment (e.g. Vagrant, Travis) to prevent accidental publishes\n\" 1>&2 && exit 1)) && mocha --recursive"
},
"dependencies": {
"foundry-release-base": "~1.0.1",
"shell-quote": "~1.7.3",
"shelljs": "~0.8.5"
},
"devDependencies": {
"chai": "~1.10.0",
"foundry": "~4.7.0",
"foundry-release-git": "~2.0.0",
"foundry-release-npm": "~2.1.0",
"grunt": "~1.5.2",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-watch": "~1.1.0",
"mocha": "~8.4.0",
"sinon": "~1.17.7",
"wrench": "~1.5.6"
},
"keywords": [
"foundry",
"foundry-release",
"git",
"tag",
"release"
],
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}