Update package.json
Showing
1 changed file
with
2 additions
and
1 deletions
1 | { | 1 | { |
2 | "name": "gundb-multiserver", | 2 | "name": "gundb-multiserver", |
3 | "version": "0.0.2", | 3 | "version": "0.0.2", |
4 | "author": "Lorenzo Mangani <lorenzo.mangani@gmail.com>", | ||
4 | "description": "Serve multiple Gun WS instances over a single HTTP socket", | 5 | "description": "Serve multiple Gun WS instances over a single HTTP socket", |
5 | "main": "server.js", | 6 | "main": "server.js", |
6 | "scripts": { | 7 | "scripts": { |
... | @@ -16,7 +17,7 @@ | ... | @@ -16,7 +17,7 @@ |
16 | "node": "12.x" | 17 | "node": "12.x" |
17 | }, | 18 | }, |
18 | "repository": { | 19 | "repository": { |
19 | "url": "https://glitch.com/edit/#!/gundb-multiserver" | 20 | "url": "https://github.com/meething/gundb-multisocket" |
20 | }, | 21 | }, |
21 | "license": "MIT", | 22 | "license": "MIT", |
22 | "keywords": [ | 23 | "keywords": [ | ... | ... |
-
Please register or sign in to post a comment