{
  "name": "dapple-script",
  "version": "0.1.3",
  "description": "DappleScript - Simple Ethereum interaction Language",
  "main": "lib/main.js",
  "scripts": {
    "test": "mocha test"
  },
  "keywords": [
    "dapple",
    "ethereum",
    "smart-contracts",
    "blockchain"
  ],
  "author": "Denis Erfurt",
  "license": "GPL-3.0",
  "dependencies": {
    "async": "^2.0.1",
    "cli-color": "^1.1.0",
    "cli-color-tty": "^2.0.0",
    "clui": "^0.3.1",
    "dapple-core": "0.1.35",
    "dapple-wevm": "1.4.10",
    "ethereumjs-util": "^4.5.0",
    "inquirer": "^1.1.2",
    "lodash": "^4.15.0",
    "stream-combiner": "^0.2.2",
    "through2": "^2.0.1",
    "tmp": "0.0.28",
    "vinyl": "^1.2.0",
    "web3": "^0.16.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  }
}
