Initial commit

This commit is contained in:
Arnaud Nelissen
2021-07-16 10:18:13 +02:00
commit 3af7ddab06
5894 changed files with 590836 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "lightweight-solem-platform",
"version": "1.0.0",
"description": "Lightweight Solem Platform implementation",
"repository": "local",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"body-parser": "^1.19.0",
"cbor": "^5.1.0",
"cbor-body-parser": "^1.0.3",
"events": "^3.2.0",
"express": "^4.17.1",
"joi": "^17.4.0",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"random-bytes": "^1.0.0"
}
}