{
  "name": "ucoin",
  "version": "0.11.13",
  "engines": {
    "node": ">=0.10"
  },
  "private": false,
  "description": "Crypto-currency software allowing to build P2P free currencies",
  "main": "bin/ucoin",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --growl --timeout 10000 test test/fast test/fast/block test/medium test/integration test/",
    "start": "bin/ucoin"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ucoin-io/ucoin.git"
  },
  "keywords": [
    "openudc",
    "ucoin",
    "crypto-currency"
  ],
  "author": "Cedric Moreau <cem.moreau@gmail.com>",
  "license": "GPLv3",
  "readmeFilename": "readme.md",
  "bugs": {
    "url": "https://github.com/ucoin-io/ucoin/issues"
  },
  "dependencies": {
    "async": "0.2.9",
    "bindings": "1.2.1",
    "commander": "2.1.0",
    "event-stream": "3.1.5",
    "express": "3.4.7",
    "inquirer": "0.8.5",
    "log4js": "0.6.9",
    "merkle": "0.1.0",
    "moment": "2.6.0",
    "multimeter": "0.1.1",
    "naclb": "0.2.2",
    "nat-upnp": "0.2.11",
    "q": "1.1.2",
    "q-io": "1.12.0",
    "request": "2.31.0",
    "scrypt": "4.0.7",
    "sha1": "1.1.0",
    "socket.io": "1.3.4",
    "tweetnacl": "0.11.2",
    "underscore": "1.8.3",
    "usage": "0.6.0",
    "vucoin": "0.25.0",
    "winston": "1.0.0"
  },
  "devDependencies": {
    "eslint": "0.21.1",
    "eslint-plugin-mocha": "0.2.2",
    "mocha": "",
    "mocha-eslint": "0.1.7",
    "request-promise": "0.4.2",
    "sha1": "",
    "should": "",
    "supertest": ""
  },
  "bin": {
    "ucoind": "./bin/ucoind"
  }
}
