{
  "name": "agneta-payments",
  "version": "0.1.1",
  "description": "Agneta Payments - Making payments with Agneta Platform",
  "main": "main",
  "scripts": {
    "audit": "nsp check",
    "lint": "node node_modules/eslint/bin/eslint --ignore-path .gitignore ./ --ext .js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/agneta/payments.git"
  },
  "pre-commit": [
    "lint"
  ],
  "author": "Agneta Network Applications",
  "license": "Apache-2.0",
  "dependencies": {
    "bluebird": "^3.5.1",
    "braintree": "^2.8.0",
    "currency-codes": "^1.2.0",
    "lodash": "^4.17.5",
    "moment": "^2.21.0",
    "mongodb": "^3.0.7",
    "string": "^3.3.3"
  },
  "devDependencies": {}
}
