{
  "name": "shapeshift.io",
  "version": "1.3.1",
  "description": "A component for shapeshift.io crypto currency API.",
  "main": "lib/shapeshift.js",
  "scripts": {
    "build-browser": "browserify ./ -s shapeshift -o dist/shapeshift.js",
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/*test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/exodusmovement/shapeshift.io"
  },
  "keywords": [
    "crypto",
    "crypto",
    "currency",
    "currency",
    "shapeshift",
    "bitcoin",
    "litecoin",
    "dogecoin",
    "dash",
    "monero",
    "counterparty",
    "blackcoin"
  ],
  "author": "JP Richardson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/exodusmovement/shapeshift.io/issues"
  },
  "homepage": "https://github.com/exodusmovement/shapeshift.io",
  "devDependencies": {
    "browserify": "^13.1.1",
    "cb-insight": "^0.1.0",
    "coininfo": "^0.4.0",
    "coinkey": "^1.4.0",
    "decimal.js": "^4.0.2",
    "ms": "^0.7.1",
    "nock": "^1.6.0",
    "proxyquire": "^1.4.0",
    "spend": "0.0.1",
    "standard": "^8.6.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  },
  "dependencies": {
    "request": "^2.55.0",
    "xhr": "^2.0.1"
  },
  "standard": {
    "ignore": [
      "dist/shapeshift.js"
    ]
  }
}
