Now with 100% more Blockchain!

This commit is contained in:
2018-10-31 05:52:42 -04:00
parent 0f6ab43a44
commit 131d7d809d
44 changed files with 30046 additions and 15 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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"
}
}