ember-cli-azure-deploy
Version:
This Node Module enables Azure Websites to run ember build (building the Ember Cli app) up in the cloud - and automatically deploy the resulting dist folder to your website.
43 lines (42 loc) • 908 B
JSON
{
"name": "ember-cli-azure-deploy",
"version": "1.4.1",
"private": false,
"preferGlobal": "true",
"bin": {
"azure-deploy": "./bin/azure-deploy"
},
"repository": "https://github.com/felixrieseberg/ember-cli-azure-deploy",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"Azure",
"Azure Websites",
"Ember",
"Ember.js",
"Ember-Cli",
"Ember Cli",
"Deployment",
"Ember build"
],
"author": {
"name": "Felix Rieseberg",
"email": "felix@felixrieseberg.com",
"url": "http://www.felixrieseberg.com"
},
"bugs": {
"url": "https://github.com/felixrieseberg/ember-cli-azure-deploy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/felixrieseberg/ember-cli-azure-deploy/blob/master/LICENSE"
}
],
"devDependencies": {},
"dependencies": {
"chalk": "^0.5.1",
"semver": "^5.0.1"
}
}