{
  "name": "react-native-moneris",
  "version": "0.1.9",
  "description": "A react native wrapper for Moneris API.",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d .",
    "prepublish": "npm run-script build && npm run-script test",
    "check-deps": "npm outdated",
    "lint": "standard",
    "test": "blue-tape ./tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samsao/react-native-moneris.git"
  },
  "keywords": ["moneris", "payment", "api"],
  "author": "Samsao Development Inc.",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/samsao/react-native-moneris/issues"
  },
  "homepage": "https://github.com/samsao/react-native-moneris#readme",
  "dependencies": {
    "axios": "^0.17.0",
    "bluebird": "^3.4.6",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "blue-tape": "^1.0.0",
    "debug": "^2.3.3",
    "standard": "^8.6.0",
    "tape": "^4.6.3"
  }
}
