{
  "name": "ravelin",
  "version": "0.2.3",
  "description": "Server-side JS library for the Ravelin API. Ravelin is a fraud detection tool.",
  "homepage": "https://github.com/billinghamj/ravelin-node",
  "bugs": "https://github.com/billinghamj/ravelin-node/issues",
  "license": "MIT",
  "author": "James Billingham <james@jamesbillingham.com> (https://jamesbillingham.com)",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/billinghamj/ravelin-node.git"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "rm -rf ./build && babel src --out-dir=build --source-maps --copy-files --quiet",
    "test": "echo \"no tests yet\" && exit 0"
  },
  "dependencies": {
    "babel-runtime": "^6.9.2",
    "json-client": "^0.8.5"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-plugin-syntax-flow": "^6.8.0",
    "babel-plugin-transform-class-properties": "^6.9.1",
    "babel-plugin-transform-flow-strip-types": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-plugin-typecheck": "^3.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-2": "^6.5.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-2"
    ],
    "plugins": [
      "syntax-flow",
      "transform-class-properties",
      "transform-flow-strip-types",
      "transform-runtime",
      "typecheck"
    ]
  },
  "keywords": [
    "ravelin",
    "fraud",
    "detection",
    "detect",
    "prevention",
    "prevent",
    "payment",
    "chargeback",
    "library",
    "sdk",
    "client",
    "api"
  ]
}
