2dc3b673 by Lorenzo Mangani Committed by GitHub

Update package.json

1 parent e1dab4df
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"
...@@ -23,4 +24,4 @@ ...@@ -23,4 +24,4 @@
23 "glitch", 24 "glitch",
24 "express" 25 "express"
25 ] 26 ]
26 }
...\ No newline at end of file ...\ No newline at end of file
27 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!