decagraphicsdecagraphics/package.json

34 lines
884 B
JSON
Raw Normal View History

2020-06-17 18:54:29 +00:00
{
2020-07-23 23:32:19 +00:00
"name": "decagraphics",
2020-06-17 18:54:29 +00:00
"version": "1.0.0",
2020-07-23 23:32:19 +00:00
"description": "Script to generate and send data to show graphs in deca.eco",
2020-06-17 18:54:29 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ipfs-http-client": "^43.0.1",
"request-promise": "^4.2.5",
"web3": "^1.2.8",
"orbit-db": "^0.24.1",
"orbit-db-docstore": "^1.9.0",
"orbit-db-store": "^3.3.0",
2020-07-23 23:32:19 +00:00
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.23.3",
"mongodb": "^3.5.9"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:deca-currency/decagraphics.git"
},
"bugs": {
"url": "https://gitlab.com/deca-currency/decagraphics/issues"
},
"homepage": "https://gitlab.com/deca-currency/decagraphics"
2020-06-17 18:54:29 +00:00
}