UNPKG

1.64 kBJSONView Raw
1{
2 "name": "zetta",
3 "version": "1.6.0",
4 "description": "An API-first, open source software platform for the Internet of Things. http://zettajs.org",
5 "main": "zetta_runtime.js",
6 "dependencies": {
7 "api-media-type": "^0.1.0",
8 "argo": "^1.0.0",
9 "argo-formatter-siren": "0.0.0",
10 "async": "^0.9.0",
11 "calypso": "^1.0.0",
12 "calypso-level": "^0.5.0",
13 "calypso-query-decompiler": "^0.4.0",
14 "caql-js-compiler": "^0.5.0",
15 "colors": "^1.3.2",
16 "levelup": "^1.3.5",
17 "medea": "^1.0.0",
18 "medeadown": "^1.1.8",
19 "revolt": "^0.9.0",
20 "rx": "^4.1.0",
21 "spdy": "4.0.2",
22 "strftime": "^0.10.0",
23 "titan": "^1.1.0",
24 "uuid": "^3.3.2",
25 "ws": "^3.3.0",
26 "zetta-auto-scout": "^1.0.0",
27 "zetta-device": "^1.0.0",
28 "zetta-events-stream-protocol": "^5.0.0",
29 "zetta-http-device": "^1.0.0",
30 "zetta-rels": "^1.0.0",
31 "zetta-scientist": "^1.0.0",
32 "zetta-scout": "^1.0.0",
33 "zetta-streams": "^1.0.0"
34 },
35 "devDependencies": {
36 "memdown": "^3.0.0",
37 "mocha": "^5.2.0",
38 "portscanner": "^2.2.0",
39 "supertest": "^3.3.0",
40 "zetta-cluster": "^6.4.1"
41 },
42 "scripts": {
43 "test": "./node_modules/.bin/mocha -R spec --exit",
44 "coverage": "bin/_coverage",
45 "tag": "bin/_tag"
46 },
47 "repository": {
48 "type": "git",
49 "url": "git://github.com/zettajs/zetta.git"
50 },
51 "keywords": [
52 "zetta",
53 "iot",
54 "internet of things",
55 "api",
56 "hypermedia"
57 ],
58 "author": "Kevin Swiber <kswiber@gmail.com>",
59 "license": "MIT",
60 "bugs": {
61 "url": "https://github.com/zettajs/zetta/issues"
62 },
63 "homepage": "http://www.zettajs.org/"
64}