{
  "name": "blockchain-payments",
  "version": "0.1.9",
  "description": "Blockchain.info payment api module",
  "main": "./index.js",
  "author": {
    "name": "Alexander Balasyan",
    "email": "mywebstreet@gmail.com"
  },
  "keywords": [
    "blockchain",
    "blockchain.info",
    "btc",
    "bitcoin",
    "api"
  ],
  "license": "MIT",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "request": "^2.75.0",
    "request-promise": "^4.2.6"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "express": "^4.14.1",
    "mocha": "^7.2.0",
    "supertest": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ortexx/blockchain-payments"
  },
  "engines": {
    "node": ">=5.0.0"
  }
}
