forked from zettajs/zetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.44 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
{
"name": "zetta",
"version": "0.32.0",
"description": "The runtime components for Zetta.",
"main": "zetta_runtime.js",
"dependencies": {
"api-media-type": "^0.1.0",
"argo": "^0.6.0",
"argo-formatter-siren": "0.0.0",
"async": "^0.9.0",
"calypso": "^0.3.0",
"calypso-level": "^0.5.0",
"calypso-query-decompiler": "^0.4.0",
"colors": "~0.6.2",
"levelup": "^0.18.5",
"medea": "^0.17.0",
"medeadown": "^1.1.6",
"node-uuid": "^1.4.1",
"revolt": "^0.7.0",
"rx": "~2.2.20",
"spdy": "^1.32.0",
"strftime": "~0.8.0",
"titan": "~0.1.1",
"ws": "^0.4.31",
"zetta-auto-scout": "^0.8.0",
"zetta-device": "^0.12.0",
"zetta-http-device": "^0.4.0",
"zetta-rels": "^0.4.0",
"zetta-scientist": "^0.4.0",
"zetta-scout": "^0.5.0",
"zetta-streams": "^0.2.0"
},
"devDependencies": {
"memdown": "^0.10.2",
"mocha": "^1.20.1",
"portscanner": "^1.0.0",
"supertest": "^0.13.0",
"zetta-cluster": "^6.3.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec",
"coverage": "bin/_coverage",
"tag": "bin/_tag"
},
"repository": {
"type": "git",
"url": "git://github.com/zettajs/zetta-runtime.git"
},
"keywords": [
"zetta"
],
"author": "Kevin Swiber <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zettajs/zetta-runtime/issues"
},
"homepage": "https://github.com/zettajs/zetta-runtime"
}