{
  "name": "canvas-data-cli",
  "version": "0.6.6",
  "description": "A CLI tool for interacting with the Canvas Data API",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha --compilers js:babel/register test/*Test.js",
    "prepublishOnly": "babel src --out-dir lib/"
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "include": [
      "src/*.js",
      "src/**/*.js"
    ],
    "report-dir": "./report"
  },
  "bin": {
    "canvasDataCli": "./bin/canvasDataCli"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instructure/canvas-data-cli.git"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/instructure/canvas-data-cli/issues"
  },
  "homepage": "https://github.com/instructure/canvas-data-cli#readme",
  "dependencies": {
    "async": "^1.5.0",
    "glob": "^7.0.3",
    "end-of-stream": "1.4.1",
    "lodash": "^3.10.1",
    "map-stream": "0.0.6",
    "mkdirp": "^0.5.1",
    "multistream": "^2.1.0",
    "proxyquire": "^1.7.10",
    "pump": "^1.0.1",
    "re": "^0.1.4",
    "request": "^2.65.0",
    "split": "^1.0.0",
    "yargs": "^3.29.0"
  },
  "devDependencies": {
    "babel": "^5.8.29",
    "chai": "^3.5.0",
    "chai-fs": "^0.1.0",
    "mocha": "^2.3.3",
    "mocha-sinon": "^1.1.5",
    "nyc": "^10.0.0",
    "rimraf": "^2.4.3",
    "sinon": "^1.17.3",
    "touch": "^1.0.0"
  }
}
