{
  "name": "secretstore-contracts",
  "version": "0.3.0",
  "description": "Secret Store permissioning and service contracts collection and toolkit.",
  "main": "index.js",
  "bin": {
    "secretstore-contracts": "./index.js"
  },
  "dependencies": {
    "openzeppelin-solidity": "^2.0.0",
    "web3": "^1.0.0-beta.37",
    "yargs": "^12.0.5"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^5.2.0",
    "solium": "^1.1.8"
  },
  "scripts": {
    "start": "node index.js",
    "test": "npx mocha ./test/* && truffle test ./test/solidity/*",
    "lint": "npx solium -d contracts/",
    "deploytobalaba": "truffle migrate --network tobalaba --reset"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/energywebfoundation/secretstore-contracts.git"
  },
  "keywords": [
    "secret",
    "store",
    "permissioning",
    "solidity",
    "deployer",
    "tool",
    "cl"
  ],
  "author": "Adam Nagy @ EWF (adam.nagy@energyweb.org)",
  "license": "GPLv3",
  "bugs": {
    "url": "https://github.com/energywebfoundation/secretstore-contracts/issues"
  },
  "homepage": "https://github.com/energywebfoundation/secretstore-contracts#readme"
}
