forked from Autodesk/cloud-compute-cannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.2 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "cloud-compute-cannon",
"version": "0.1.16",
"author": "Dion Amago Whitehead <dion.amago@autodesk.org>",
"bin": {
"ccc": "bin/cloudcomputecannon.js",
"cloudcomputecannon": "bin/cloudcomputecannon.js"
},
"scripts": {
"init": "git submodule update --init --recursive",
"build": "haxe etc/hxml/build-all.hxml",
"redis-cli": "redis-cli -h 192.168.99.100",
"redis-admin": "redis-commander --redis-host 192.168.99.101 && open http://localhost:8081",
"clean": "rm -rf data/computejobs/* ; rm -rf data/registry/* ; rm -rf data/ServiceStorageLocalFileSystem/*",
"template.fluent.conf": "sed -e 's/host ::SERVER_HOSTNAME_PRIVATE::/host elasticsearch/' -e 's/::FLUENTD_WORKER_LOG_TAG_PREFIX::/docker.cloudcomputecannon.worker/' -e 's/::FLUENTD_NODEJS_BUNYAN_TAG_PREFIX::/docker.nodejs-bunyan/' etc/log/fluent.conf.template > etc/log/fluent.conf"
},
"repository": {
"type": "git",
"url": "https://github.com/Autodesk/cloudcomputecannon.git"
},
"bugs": {
"url": "https://github.com/Autodesk/cloudcomputecannon/issues"
},
"dependencies": {
"aws-sdk": "^2.6.4",
"base64-stream": "^0.1.3",
"body-parser": "^1.15.2",
"bunyan": "^1.8.1",
"busboy": "^0.2.13",
"chokidar": "^1.6.0",
"cli-color": "^1.1.0",
"commander": "^2.9.0",
"cors": "^2.8.1",
"dev-null": "^0.1.1",
"dockerode": "^2.3.1",
"dotenv": "^2.0.0",
"elasticsearch": "^11.0.1",
"eventemitter3": "^1.2.0",
"express": "^4.12.3",
"express-bunyan-logger": "^1.3.1",
"fluent-logger": "^1.2.1",
"fs-extended": "^0.2.1",
"http-proxy": "^1.15.1",
"node-uuid": "^1.4.7",
"node-vagrant": "^1.0.6",
"nodemon": "^1.10.2",
"pkgcloud": "^1.3.0",
"redis": "^0.12.1",
"request": "^2.75.0",
"serve-favicon": "^2.2.0",
"serve-index": "^1.8.0",
"shortid": "^2.2.6",
"source-map-support": "^0.2.10",
"ssh2": "^0.4.15",
"streamifier": "^0.1.1",
"tar-fs": "^1.13.2",
"tar-stream": "^1.5.2",
"tar.gz": "^1.0.5",
"terminal-kit": "^0.24.29",
"through2": "^2.0.1",
"ws": "^0.8.0"
},
"devDependencies": {
"bluebird": "^3.4.0",
"redis-mock": "^0.4.9"
},
"preferGlobal": true,
"private": false
}