forked from zettajs/zetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.6 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
{
"name": "zetta",
"version": "1.6.0",
"description": "An API-first, open source software platform for the Internet of Things. http://zettajs.org",
"main": "zetta_runtime.js",
"dependencies": {
"api-media-type": "^0.1.0",
"argo": "^1.0.0",
"argo-formatter-siren": "0.0.0",
"async": "^0.9.0",
"calypso": "^1.0.0",
"calypso-level": "^0.5.0",
"calypso-query-decompiler": "^0.4.0",
"caql-js-compiler": "^0.5.0",
"colors": "^1.3.2",
"levelup": "^1.3.5",
"medea": "^1.0.0",
"medeadown": "^1.1.8",
"revolt": "^0.9.0",
"rx": "^4.1.0",
"spdy": "4.0.2",
"strftime": "^0.10.0",
"titan": "^1.1.0",
"uuid": "^3.3.2",
"ws": "^3.3.0",
"zetta-auto-scout": "^1.0.0",
"zetta-device": "^1.0.0",
"zetta-events-stream-protocol": "^5.0.0",
"zetta-http-device": "^1.0.0",
"zetta-rels": "^1.0.0",
"zetta-scientist": "^1.0.0",
"zetta-scout": "^1.0.0",
"zetta-streams": "^1.0.0"
},
"devDependencies": {
"memdown": "^3.0.0",
"mocha": "^5.2.0",
"portscanner": "^2.2.0",
"supertest": "^3.3.0",
"zetta-cluster": "^6.4.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec --exit",
"coverage": "bin/_coverage",
"tag": "bin/_tag"
},
"repository": {
"type": "git",
"url": "git://github.com/zettajs/zetta.git"
},
"keywords": [
"zetta",
"iot",
"internet of things",
"api",
"hypermedia"
],
"author": "Kevin Swiber <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zettajs/zetta/issues"
},
"homepage": "http://www.zettajs.org/"
}