forked from josephjacks/aci-connector-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 KB
/
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
42
{
"name": "aci-connector-k8s",
"version": "0.1.0",
"description": "Azure Container Instances Connector for Kubernetes",
"main": "connector.js",
"dependencies": {
"@types/es6-shim": "^0.31.34",
"@kubernetes/typescript-node": "^0.1.1",
"Buffer": "^0.0.0",
"azure": "^2.0.0-preview",
"azure-arm-resource": "^2.0.0-preview",
"base-64": "^0.1.0",
"bluebird": "^3.5.0",
"fs": "^0.0.1-security",
"js-yaml": "^3.9.0",
"jsonpath": "^0.2.12",
"ms-rest-azure": "^2.2.3",
"os": "^0.1.1",
"path": "^0.12.7",
"process": "^0.11.10",
"request": "^2.81.0",
"require": "^2.4.20",
"shelljs": "^0.7.8",
"underscore": "^1.8.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/aci-connector-k8s"
},
"keywords": [
"aci",
"kubernetes",
"docker",
"containers"
],
"author": "Brendan Burns",
"license": "MIT"
}