{
  "name": "uiza",
  "version": "1.2.0",
  "description": "Uiza API wrapper",
  "main": "lib/uiza.js",
  "scripts": {
    "test": "mocha './test/**/**/*.spec.js'",
    "clean": "rm -rf ./.nyc_output ./node_modules/.cache"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/uizaio/api-wrapper-node.git"
  },
  "keywords": [
    "uiza"
  ],
  "author": "Uiza <support@uiza.io> (https://uiza.io/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/uizaio/api-wrapper-node/issues"
  },
  "homepage": "https://github.com/uizaio/api-wrapper-node#readme",
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^5.13.0",
    "mocha": "^5.2.0",
    "nyc": "^13.2.0"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "nock": "^10.0.6",
    "node-fetch": "^2.3.0"
  },
  "directories": {
    "doc": "doc",
    "example": "examples",
    "lib": "lib",
    "test": "test"
  }
}
