aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWei-Chieh, Hsia <passion804222@gmail.com>2018-11-28 18:11:25 +0800
committerChenWei <catsass19@hotmail.com>2018-11-28 18:11:25 +0800
commita5efb275c943a160d40175d65afaa91b435cfc81 (patch)
treeacbfdc5670aae39965251b3a973873f39333a0b8 /package.json
parent7ddcdd82e3d5d008b420e0fb2a8c2874485106b7 (diff)
downloaddexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.tar
dexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.tar.gz
dexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.tar.bz2
dexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.tar.lz
dexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.tar.xz
dexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.tar.zst
dexon-lottery-a5efb275c943a160d40175d65afaa91b435cfc81.zip
Complete test (#2)
* complete test * update readme
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index d5a7f77..5d67f01 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,17 @@
{
- "name": "hello-dexon",
+ "name": "Simple Election DApp",
"version": "0.0.1",
- "author": "Jimmy Hu",
"license": "MIT",
- "description": "A simple smart contract utilizing DEXON's unbiased randomness.",
+ "description": "A simple election DApp",
"homepage": "https://dexon.org",
"repository": {
"type": "git",
- "url": "https://github.com/dexon-foundation/hello-dexon.git"
+ "url": "https://github.com/cobinhood/dapp-workshop-1201.git"
},
"scripts": {
"postinstall": "rm -rf node_modules/truffle/node_modules/solc && cp -r node_modules/solc node_modules/truffle/node_modules/; touch secret.js",
"compile": "node_modules/.bin/truffle compile",
+ "test": "node_modules/.bin/truffle test",
"deploy": "node_modules/.bin/truffle migrate --network=testnet"
},
"dependencies": {