UNPKG

meteor-azure

Version:

Automate Meteor deployments on Azure App Service

69 lines (68 loc) 1.73 kB
{ "name": "meteor-azure", "version": "2.1.2", "description": "Automate Meteor deployments on Azure App Service", "main": "distribution/main.js", "bin": { "meteor-azure": "./distribution/bin/meteor-azure.js" }, "watch": { "build": "source" }, "scripts": { "build": "babel source --out-dir distribution", "dev": "npm-watch build", "lint": "eslint source" }, "repository": { "type": "git", "url": "git+https://github.com/fractal-code/meteor-azure.git" }, "keywords": [ "meteor", "deployment", "hosting", "azure", "azure-app-service" ], "author": "Rami Jarrar <rami@talos.email>", "license": "MIT", "bugs": "https://github.com/fractal-code/meteor-azure/issues", "homepage": "https://github.com/fractal-code/meteor-azure", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.1", "npm-watch": "^0.6.0" }, "dependencies": { "axios": "^0.18.1", "azure-arm-website": "^5.7.0", "command-exists": "^1.2.8", "commander": "^2.20.3", "core-js": "^3.6.4", "delay": "^4.3.0", "joi": "^14.3.1", "jsesc": "^2.5.2", "jsonfile": "^5.0.0", "lodash.defaultto": "^4.14.0", "lodash.dropright": "^4.1.1", "lodash.nth": "^4.11.2", "lodash.omit": "^4.5.0", "ms-rest-azure": "^2.6.0", "p-iteration": "^1.1.8", "regenerator-runtime": "^0.13.3", "semver": "^7.1.3", "shelljs": "^0.8.3", "tar": "^4.4.13", "tmp": "^0.1.0", "update-notifier": "^2.1.0", "winston": "^2.4.4" }, "engines": { "node": ">=4" } }