forked from azukiapp/azk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.38 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "azk",
"version": "0.4.1",
"description": "Development environments with agility and automation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/azukiapp/azk"
},
"keywords": [
"cli",
"sysadmin",
"process manager",
"docker",
"clustering",
"devops",
"dev ops",
"azuki"
],
"author": "Éverton Ribeiro",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/azukiapp/azk/issues"
},
"dependencies": {
"q": "~1.0.1",
"q-io": "^1.11.0",
"lodash": "^2.4.1",
"underscore": "^1.6.0",
"traceur": "git+https://github.com/google/traceur-compiler#0.0.33",
"source-map-support": "~0.2.5",
"parentpath": "^0.2.0",
"touch": "0.0.3",
"printf": "^0.2.0",
"colors": "^0.6.2",
"xregexp": "^2.0.0",
"node-uuid": "^1.4.1",
"glob": "^3.2.9",
"docker-modem": "^0.1.17",
"dockerode": "^2.0.1",
"vboxmanage": "git+https://github.com/nuxlli/node-vboxmanage",
"ssh2": "^0.2.22",
"handlebars": "^2.0.0-alpha.2",
"progress": "git+https://github.com/nuxlli/node-progress",
"winston": "^0.7.3",
"express": "^4.3.1",
"dns-sync": "^0.1.0",
"forever-monitor": "^1.2.3",
"memcached": "^0.2.8",
"memcachedjs": "0.0.1",
"hipache": "git+https://github.com/azukiapp/hipache#memcache_unix_socket",
"fscache": "git+https://github.com/nuxlli/fscache",
"mkdirp": "^0.5.0",
"memorystream": "^0.2.0",
"syntax-error": "^1.1.0",
"cli-table": "^0.3.0",
"esprima": "^1.2.2",
"prettyjson": "^1.0.0",
"scp2": "^0.1.4",
"exec-sh": "^0.1.3",
"gaia-tsort": "^0.1.0",
"fs-extra": "^0.10.0",
"moment": "^2.8.1",
"memory-streams": "0.0.3"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.0",
"grunt-traceur": "git+https://github.com/nuxlli/grunt-traceur",
"grunt-newer": "^0.7.0",
"grunt-env": "^0.4.1",
"grunt-node-inspector": "^0.1.5",
"load-grunt-tasks": "^0.6.0",
"keypress": "~0.2.1",
"chai": "~1.9.0",
"mocha": "~1.17.1",
"mocha-as-promised": "~2.0.0",
"chai-as-promised": "~4.1.0",
"chai-things": "^0.2.0",
"tmp": "0.0.23",
"node-inspector": "~0.7.2",
"fixture-stdout": "^0.2.1"
}
}