{
  "name": "twiz-client-utils",
  "version": "1.0.0",
  "description": "CustomError and percentEncode functions for twiz-client",
  "main": "src/utils.js",
  "scripts": {
    "lint": "eslint src/utils.js",
    "tap": "tap -Rspec test/*.js",
    "test": "nyc npm run tap && nyc report --reporter=text-lcov | coveralls",
    "testLocal": "nyc npm run tap && nyc report --reporter=text-lcov"
  },
  "author": "github.com/gits2501",
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "nyc": "^11.9.0",
    "tap": "^11.1.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gits2501/twiz-client-utils.git"
  },
  "bugs": {
    "url": "https://github.com/gits2501/twiz-client-utils/issues"
  }
}
