UNPKG

meteor-azure

Version:

Automate Meteor deployments on Azure App Service

63 lines (62 loc) 1.58 kB
{ "name": "meteor-azure", "version": "2.0.4", "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", "lint": "eslint source", "prepublishOnly": "rm -rf distribution && npm run build" }, "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": "^6.24.1", "babel-preset-env": "^1.4.0", "eslint": "^4.0.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-plugin-import": "^2.2.0", "npm-watch": "^0.1.9" }, "dependencies": { "axios": "^0.16.1", "azure-arm-website": "^1.0.0-preview", "babel-polyfill": "^6.23.0", "command-exists": "^1.2.2", "commander": "^2.9.0", "core-js": "^2.4.0", "joi": "^10.6.0", "jsesc": "^2.5.1", "jsonfile": "^3.0.0", "lodash.omit": "^4.5.0", "ms-rest-azure": "^2.1.2", "shelljs": "^0.7.7", "tar": "^3.1.3", "tmp": "0.0.31", "update-notifier": "^2.1.0", "winston": "^2.3.1" }, "engines": { "node": ">=4" } }