foundry-release-npm
Version:
npm release library for foundry
58 lines • 1.51 kB
JSON
{
"name": "foundry-release-npm",
"description": "npm release library for foundry",
"version": "2.1.1",
"homepage": "https://github.com/twolfson/foundry-release-npm",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/foundry-release-npm.git"
},
"bugs": {
"url": "https://github.com/twolfson/foundry-release-npm/issues"
},
"license": "Unlicense",
"main": "lib/foundry-release-npm",
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"foundry-release-npm": "bin/foundry-release-npm"
},
"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.2",
"shelljs": "~0.8.5"
},
"devDependencies": {
"chai": "~1.10.0",
"foundry": "~4.6.0",
"foundry-release-git": "~2.0.5",
"foundry-release-npm": "~2.0.3",
"grunt": "~1.4.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-watch": "~1.1.0",
"mocha": "~8.4.0",
"sinon": "~1.17.7",
"wrench": "~1.5.4"
},
"keywords": [
"foundry",
"foundry-release",
"npm",
"publish",
"release"
],
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}