{
  "name": "knack-api-helper",
  "version": "3.1.1",
  "description": "Methods for interacting with the Knack API using both view-based and object-based authentication",
  "main": "knack-api-helper.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "browserify --ignore node-fetch --ignore form-data --standalone KnackAPI knack-api-helper.js > browser.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CallumBoase/knack-api-helper.git"
  },
  "author": "Callum Boase (callum.boase@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CallumBoase/knack-api/issues"
  },
  "homepage": "https://github.com/CallumBoase/knack-api-helper#readme",
  "devDependencies": {
    "browserify": "^17.0.0"
  },
  "dependencies": {
    "@callum.boase/fetch": "^1.5.0",
    "form-data": "^4.0.0"
  }
}
