aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: 493705f1d0bf49c2ffe654ef3061fc5c3f73a989 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                  
                                                                                                                                                  


                                                  
                                                       
                         
                                        

   
{
  "name": "hello-dexon",
  "version": "0.0.1",
  "author": "Jimmy Hu",
  "license": "MIT",
  "description": "A simple smart contract utilizing DEXON's unbiased randomness.",
  "homepage": "https://dexon.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/dexon-foundation/hello-dexon.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"
  },
  "dependencies": {
    "solc": "github:dexon-foundation/dsolc-js#v0.4.25",
    "truffle": "^4.1.14",
    "truffle-hdwallet-provider": "0.0.6"
  }
}