{
  "name": "poloniex-exchange-api",
  "version": "0.4.0",
  "description": "Simple typescript interface to the Poloniex cryptoexchange.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haleyga/poloniex-exchange-api.git"
  },
  "keywords": [
    "crypto",
    "cryptoexchange",
    "cryptocurrency",
    "market",
    "exchange",
    "bitcoin",
    "litecoin",
    "ether",
    "ethereum",
    "poloniex"
  ],
  "author": "Graham Haley",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/haleyga/poloniex-exchange-api/issues"
  },
  "homepage": "https://github.com/haleyga/poloniex-exchange-api#readme",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/chai": "^4.0.0",
    "@types/http-status-codes": "^1.0.29",
    "@types/mocha": "^2.2.41",
    "@types/node": "^8.0.49",
    "@types/qs": "^6.5.1",
    "@types/uuid": "^3.0.0",
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.5.2",
    "chai": "^4.0.2",
    "mocha": "^4.0.1",
    "nsp": "^3.1.0",
    "nyc": "^11.0.3",
    "source-map-support": "^0.5.0",
    "ts-node": "^3.1.0",
    "tslint": "^5.4.3",
    "typedoc": "^0.9.0",
    "typescript": "^2.3.4",
    "uglify-js": "^3.1.8"
  },
  "dependencies": {
    "axios": "^0.17.0",
    "http-status-codes": "^1.3.0",
    "qs": "^6.5.1",
    "uuid": "^3.1.0"
  }
}
