{
  "name": "eac.js",
  "version": "1.3.2",
  "description": "Commnandline tool to interact with the Ethereum Alarm Clock contracts.",
  "main": "./src/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec && rm -f ./src/assets/tester.json",
    "citest": "./scripts/citest.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereum-alarm-clock/eac.js.git"
  },
  "keywords": [
    "Smart",
    "Contracts",
    "Ethereum",
    "Commandline"
  ],
  "author": "lsaether",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ethereum-alarm-clock/eac.js/issues"
  },
  "homepage": "https://github.com/ethereum-alarm-clock/eac.js#readme",
  "dependencies": {
    "@parity/api": "2.1.16",
    "bignumber.js": "^5.0.0",
    "bluebird": "^3.5.1",
    "chai": "^4.1.2",
    "clear": "0.0.1",
    "commander": "^2.13.0",
    "eth-lightwallet": "^3.0.1",
    "ethereumjs-util": "^5.1.3",
    "ganache-cli": "^6.0.3",
    "ganache-core": "^2.0.2",
    "lodash": "^4.17.4",
    "lokijs": "^1.5.1",
    "memory-cache": "^0.2.0",
    "mocha": "^4.1.0",
    "ora": "^1.3.0",
    "readline-sync": "^1.4.7",
    "truffle-contract": "3.0.2",
    "web3": "^0.20.4",
    "websocket": "^1.0.25"
  },
  "preferGlobal": true,
  "bin": "src/cli/eac.js",
  "pkg": {
    "scripts": "build/contracts/*.json",
    "assets": "assets/*.json"
  },
  "devDependencies": {
    "@digix/tempo": "^0.2.0",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.16.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "prettier": "1.10.2"
  }
}
