Update package.json
Showing
1 changed file
with
3 additions
and
2 deletions
1 | { | 1 | { |
2 | "name": "gundb-multiserver", | 2 | "name": "gundb-multiserver", |
3 | "version": "0.0.1", | 3 | "version": "0.0.2", |
4 | "description": "Serve multiple Gun WS instances over a single HTTP socket", | 4 | "description": "Serve multiple Gun WS instances over a single HTTP socket", |
5 | "main": "server.js", | 5 | "main": "server.js", |
6 | "scripts": { | 6 | "scripts": { |
... | @@ -9,7 +9,8 @@ | ... | @@ -9,7 +9,8 @@ |
9 | "dependencies": { | 9 | "dependencies": { |
10 | "express": "^4.17.1", | 10 | "express": "^4.17.1", |
11 | "gun": "^0.2020.401", | 11 | "gun": "^0.2020.401", |
12 | "quick-lru": "^5.1.0" | 12 | "quick-lru": "^5.1.0", |
13 | "rimraf": "^3.0.2" | ||
13 | }, | 14 | }, |
14 | "engines": { | 15 | "engines": { |
15 | "node": "12.x" | 16 | "node": "12.x" | ... | ... |
-
Please register or sign in to post a comment