forked from kappa-db/workshop
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 783 Bytes
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
{
"name": "kappa-workshop",
"description": "",
"version": "0.0.0",
"repository": {
"url": "git://github.com/kappa-db/workshop.git"
},
"homepage": "https://github.com/kappa-db/workshop",
"main": "index.js",
"keywords": [],
"dependencies": {
"chalk": "^3.0.0",
"discovery-swarm": "^6.0.0",
"hypercore": "^8.3.0",
"hyperswarm": "^2.10.1",
"kappa-core": "^6.0.0",
"kappa-view-kv": "^2.0.2",
"kappa-view-list": "^1.2.0",
"memdb": "^1.3.1",
"multifeed": "^5.1.0",
"neat-log": "^3.1.0",
"pump": "^3.0.0",
"random-access-memory": "^3.0.0",
"txt-blit": "^1.0.0"
},
"devDependencies": {
"marked": "^0.5.1",
"rimraf": "^3.0.0",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"license": "CC-BY-SA"
}