-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 898 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 898 Bytes
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
42
43
44
{
"name": "kuduexec",
"author": "Outercurve Foundation",
"version": "0.1.6",
"description": "Tool providing a way to execute commands on your Azure Website",
"tags": [
"azure",
"deployment"
],
"keywords": [
"node",
"azure",
"deployment"
],
"main": "./bin/kuduexec.js",
"engines": {
"node": ">= 0.6.20"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/projectkudu/KuduExec.git"
},
"homepage": "http://github.com/projectkudu/KuduExec",
"bugs": {
"url": "http://github.com/projectkudu/KuduExec/issues"
},
"bin": {
"kuduexec": "./bin/kuduexec"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"readmeFilename": "README.markdown",
"dependencies": {
"commander": "~1.1.1",
"colors": "~0.6.0-1"
}
}