{
  "name": "adyen",
  "version": "2.0.3",
  "description": "NodeJS module for the Adyen payment provider",
  "main": "./lib/adyen",
  "license": "MIT",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "url": "https://github.com/hekike/adyen-node"
  },
  "author": "Péter Márton, @slashdotpeter",
  "dependencies": {
    "moment": "^2.10.3"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "chai": "^3.0.0"
  }
}
