{
  "name": "codius-engine",
  "version": "1.2.1",
  "description": "Codius smart oracle runtime engine for Node.js",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/codius/engine.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul test --preload-sources ./node_modules/.bin/_mocha -- --reporter spec test/*.js"
  },
  "dependencies": {
    "bigi": "^1.3.0",
    "bitcoinjs-lib": "^1.1.3",
    "bluebird": "^2.3.5",
    "codius-node-sandbox": "git://github.com/codius/codius-node-sandbox#v1.2.0",
    "ecurve": "^1.0.0",
    "extend": "^2.0.0",
    "ignore": "^2.2.15",
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "istanbul": "^0.2.13",
    "mocha": "^1.20.1",
    "sinon": "^1.10.2",
    "sinon-chai": "^2.5.0"
  },
  "license": "ISC"
}
