{
  "name": "dogecoin-gatewayd-plugin",
  "version": "1.2.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register test/*.coffee",
    "build": "coffee --bare --compile --output lib src/*.coffee",
    "prepublish": "coffee --bare --compile --output lib src/*.coffee",
    "postpublish": "rm -rf lib"
  },
  "author": "Steven Zeiler",
  "license": "ISC",
  "dependencies": {
    "async": "^0.9.0",
    "nconf": "^0.6.9",
    "sql-mq-worker": "^1.0.1",
    "superagent": "^0.18.2",
    "underscore-node": "^0.1.2",
    "express": "^4.7.1",
    "supertest": "^0.13.0",
    "mocha": "^1.21.0",
    "coffee-script": "^1.7.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stevenzeiler/dogecoin-gatewayd-plugin.git"
  },
  "keywords": [
    "dogecoin",
    "ripple",
    "xrp",
    "gatewayd"
  ],
  "bugs": {
    "url": "https://github.com/stevenzeiler/dogecoin-gatewayd-plugin/issues"
  }
}
