decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
21 lines • 460 B
JSON
{
"name": "p2car",
"version": "1.0.0",
"description": "Distributed Computing datastore w/ CommaAI Autopilot",
"main": "index.js",
"dependencies": {
"@commaai/comma-api": "^2.0.0",
"decentralized-internet": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CommaAI",
"blockchain",
"decentralized",
"internet"
],
"author": "Andrew Magdy Kamal",
"license": "MIT"
}