UNPKG

1.48 kBJSONView Raw
1{
2 "name": "zetta",
3 "version": "0.24.0",
4 "description": "The runtime components for Zetta.",
5 "main": "zetta_runtime.js",
6 "dependencies": {
7 "api-media-type": "^0.1.0",
8 "argo": "^0.6.0",
9 "argo-formatter-siren": "0.0.0",
10 "async": "^0.9.0",
11 "calypso": "^0.3.0",
12 "calypso-level": "^0.5.0",
13 "calypso-query-decompiler": "^0.4.0",
14 "colors": "~0.6.2",
15 "levelup": "^0.18.5",
16 "medea": "^0.17.0",
17 "medeadown": "^1.1.6",
18 "node-uuid": "^1.4.1",
19 "revolt": "^0.7.0",
20 "rx": "~2.2.20",
21 "spdy": "~1.25.1",
22 "strftime": "~0.8.0",
23 "titan": "~0.1.1",
24 "ws": "^0.4.31",
25 "zetta-auto-scout": "^0.8.0",
26 "zetta-device": "^0.10.0",
27 "zetta-http-device": "^0.4.0",
28 "zetta-rels": "^0.2.0",
29 "zetta-scientist": "^0.3.0",
30 "zetta-scout": "^0.5.0",
31 "zetta-streams": "^0.2.0"
32 },
33 "devDependencies": {
34 "memdown": "^0.10.2",
35 "mocha": "^1.20.1",
36 "portscanner": "^1.0.0",
37 "supertest": "^0.13.0",
38 "zetta-cluster": "^6.3.0"
39 },
40 "scripts": {
41 "test": "./node_modules/.bin/mocha -R spec",
42 "coverage": "bin/_coverage",
43 "tag": "bin/_tag"
44 },
45 "repository": {
46 "type": "git",
47 "url": "git://github.com/zettajs/zetta-runtime.git"
48 },
49 "keywords": [
50 "zetta"
51 ],
52 "author": "Kevin Swiber <kswiber@gmail.com>",
53 "license": "MIT",
54 "bugs": {
55 "url": "https://github.com/zettajs/zetta-runtime/issues"
56 },
57 "homepage": "https://github.com/zettajs/zetta-runtime"
58}