meteor-deploy-git
Version:
Simple Meteor deployment tool
33 lines (32 loc) • 631 B
JSON
{
"name": "meteor-deploy-git",
"version": "1.3.3",
"description": "Simple Meteor deployment tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": {
"meteor-deploy": "bin/deploy.js"
},
"keywords": [
"meteor",
"meteorjs",
"deploy",
"deploy meteor",
"git",
"meteor git",
"meteor heroku",
"meteor dokku",
"dokku"
],
"homepage": "https://meteor-deploy.com",
"dependencies": {
"colors": "^1.4.0",
"inquirer": "^7.0.0",
"node-ssh": "^6.0.0",
"shelljs": "^0.8.3"
}
}