mirror of
https://github.com/miky-kr5/CEIDEC-Pong-Web.git
synced 2023-01-29 18:47:06 +00:00
26 lines
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "ceidec-pong-web",
|
|
"version": "0.0.1",
|
|
"description": "Pong in the Blockchain!",
|
|
"main": "truffle-config.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"dev": "lite-server",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"CEIDEC",
|
|
"pong",
|
|
"ethereum"
|
|
],
|
|
"author": "Miguel Angel Astor Romero",
|
|
"license": "Beerware",
|
|
"dependencies": {
|
|
"lite-server": "^2.4.0",
|
|
"truffle-contract": "^3.0.6",
|
|
"web3": "^1.0.0-beta.36"
|
|
}
|
|
}
|