{
  "name": "ms-payments-restify",
  "version": "1.1.1",
  "description": "HTTP adapter for ms-payments",
  "main": "./lib/index.js",
  "scripts": {
    "doc": "apidoc -i ./src -o ./doc",
    "compile": "rm -rf ./lib; ./node_modules/.bin/babel -d ./lib ./src",
    "prepublish": "npm run compile",
    "test": "./node_modules/.bin/mocha --require babel-register --bail -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makeomatic/ms-payments-restify.git"
  },
  "author": "Dmitry Gorbunov <me@tewi.tk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/makeomatic/ms-payments-restify/issues"
  },
  "homepage": "https://github.com/makeomatic/ms-payments-restify#readme",
  "dependencies": {
    "bluebird": "^3.4.6",
    "common-errors": "^1.0.0",
    "debug": "^2.2.0",
    "glob": "^7.1.1",
    "jsonwebtoken": "^7.1.9",
    "lodash": "^4.16.4",
    "mm-lodash": "^1.2.5",
    "moment": "^2.15.1",
    "moment-timezone": "^0.5.6"
  },
  "peerDependencies": {
    "ms-users-restify": "~1.x.x",
    "restify-utils": "~1.x.x",
    "ms-validation": "~3.x.x"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-eslint": "^7.0.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "babel-register": "^6.16.3",
    "bunyan": "^1.8.3",
    "chai": "^3.5.0",
    "eslint": "^3.8.1",
    "eslint-config-airbnb-base": "^9.0.0",
    "eslint-plugin-import": "^2.0.1",
    "eslint-plugin-mocha": "^4.7.0",
    "json": "^9.0.4",
    "mocha": "^3.1.2",
    "ms-users-restify": "^1.0.0",
    "ms-validation": "^3.0.0",
    "restify-utils": "^1.2.0"
  }
}
