forked from felixrieseberg/ember-cli-azure-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ember-cli-azure-deploy",
"version": "1.2.5",
"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": "[email protected]",
"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"
}
}