2dc3b673 by Lorenzo Mangani Committed by GitHub

Update package.json

1 parent e1dab4df
{
"name": "gundb-multiserver",
"version": "0.0.1",
"version": "0.0.2",
"description": "Serve multiple Gun WS instances over a single HTTP socket",
"main": "server.js",
"scripts": {
......@@ -9,7 +9,8 @@
"dependencies": {
"express": "^4.17.1",
"gun": "^0.2020.401",
"quick-lru": "^5.1.0"
"quick-lru": "^5.1.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": "12.x"
......@@ -23,4 +24,4 @@
"glitch",
"express"
]
}
\ No newline at end of file
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!