{
  "name": "gspan",
  "version": "0.0.2",
  "description": "",
  "main": "dist/index.js",
  "bin": {
    "gspan": "dist/cli.js"
  },
  "scripts": {
    "dev": "nodemon --ignore dist --exec npm run build",
    "build": "babel src --out-dir dist --copy-files",
    "test": "nyc mocha $(find dist/test -name '*.js') --timeout 30000"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.1.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-preset-es2015": "^6.24.1",
    "expect.js": "^0.3.1",
    "mocha": "^5.2.0",
    "nodemon": "^1.18.4",
    "nyc": "^13.1.0",
    "yarn": "^1.9.4"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@politico/interactive-bin": "^0.0.14",
    "chalk": "^2.4.2",
    "csv-parse": "^4.3.1",
    "fs-extra": "^7.0.1",
    "google-auth-library": "^2.0.2",
    "googleapis": "^36.0.0",
    "html-entities": "^1.2.1",
    "js-md5": "^0.7.3",
    "node-fetch": "^2.3.0",
    "socket.io": "1.7.2",
    "yargs": "^12.0.5"
  }
}
