{
  "name": "canvas-api",
  "version": "3.6.0",
  "description": "A Promise-based collection of helper methods for the Canvas LMS API.",
  "main": "index.js",
  "dependencies": {
    "date-fns": "1.29.0",
    "dotenv": "^5.0.1",
    "parse-link-header": "1.0.1",
    "tiny-json-http": "7.0.0"
  },
  "devDependencies": {
    "dateformat": "3.0.2",
    "nock": "^9.2.5",
    "semistandard": "11.0.0",
    "tap-spec": "^4.1.1",
    "tape": "4.8.0"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "tape tests/*.js | node_modules/.bin/tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neurotech/canvas-api.git"
  },
  "keywords": [
    "canvas",
    "api",
    "instructure",
    "lms"
  ],
  "author": "Tim Douglas",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/neurotech/canvas-api/issues"
  },
  "homepage": "https://github.com/neurotech/canvas-api#readme"
}
