{
  "name": "binance-api-lightweight",
  "version": "1.0.2",
  "description": "A super-speedy lightweight wrapper for Binance API",
  "main": "index.js",
  "scripts": {
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MyIsaak/binance-api-lightweight.git"
  },
  "keywords": [
    "binance-api",
    "binance",
    "lightweight",
    "crypto"
  ],
  "bugs": {
    "url": "https://github.com/MyIsaak/binance-api-lightweight/issues"
  },
  "homepage": "https://github.com/MyIsaak/binance-api-lightweight#readme",
  "dependencies": {
    "js-sha256": "^0.9.0"
  },
  "devDependencies": {
    "ava": "1.0.0-beta.4",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.26.0"
  },
  "ava": {
    "require": [
      "babel-polyfill",
      "babel-register"
    ],
    "files": [
      "test/index.js"
    ],
    "babel": {
      "testOptions": {
        "presets": [
          [
            "module:ava/stage-4",
            {
              "modules": false
            }
          ]
        ]
      }
    }
  },
  "author": "Isaak Eriksson",
  "license": "ISC"
}
