{
  "name": "heartland-nodejs",
  "version": "1.0.1",
  "description": "Heartland Payment Systems Portico SDK for NodeJS",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha -R spec -u exports test/**/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hps/heartland-nodejs.git"
  },
  "author": "Heartland Payment Systems",
  "dependencies": {
    "assert": "^1.3.0",
    "lodash": "^4.17.21",
    "node-expat": ">=1.6.1",
    "request": "^2.79.0",
    "tv4": "^1.3.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "nconf": "^0.11.0"
  },
  "license": "GPL-2.0"
}
