{
  "name": "juttle",
  "version": "0.7.1",
  "description": "Juttle dataflow programming language",
  "keywords": [
    "juttle",
    "dataflow",
    "language"
  ],
  "homepage": "https://github.com/juttle/juttle",
  "bugs": "https://github.com/juttle/juttle/issues",
  "license": "Apache-2.0",
  "bin": "bin/juttle",
  "repository": "juttle/juttle",
  "scripts": {
    "prepublish": "node scripts/peg.js",
    "shrinkwrap": "npm-shrinkwrap"
  },
  "dependencies": {
    "JSONStream": "^1.0.7",
    "babyparse": "^0.4.1",
    "bluebird": "^2.9.30",
    "cli-table": "^0.3.1",
    "cline": "^0.8.2",
    "clone": "^1.0.2",
    "content-type": "^1.0.1",
    "csv-write-stream": "^1.0.0",
    "double-ended-queue": "^0.9.7",
    "eventemitter3": "^1.1.1",
    "fast-csv": "^1.0.0",
    "gex": "^0.1.4",
    "heap": "^0.2.3",
    "isomorphic-fetch": "^2.2.0",
    "js-beautify": "^1.5.4",
    "log4js": "^0.6.28",
    "marked": "0.3.3",
    "minimist": "1.1.0",
    "moment": "^2.11.1",
    "moment-duration-format": "^1.3.0",
    "moment-parser": "^0.3.0",
    "moment-timezone": "^0.4.0",
    "oboe": "^2.1.2",
    "parse-link-header": "^0.4.1",
    "pegjs": "^0.9.0",
    "request": "^2.67.0",
    "seedrandom": "^2.3.6",
    "semver": "^5.1.0",
    "tdigest": "^0.1.1",
    "tiny-fifo-cache": "^1.0.1",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "body-parser": "^1.14.1",
    "chai": "^3.5.0",
    "child-process-promise": "^1.1.0",
    "express": "^4.13.3",
    "find-free-port": "^1.0.2",
    "fs-extra": "^0.24.0",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.1",
    "gulp-debug": "^2.1.2",
    "gulp-eslint": "^1.1.1",
    "gulp-if": "2.0.0",
    "gulp-istanbul": "^0.10.2",
    "gulp-mocha": "^2.1.3",
    "gulp-peg": "^0.2.0",
    "gulp-rename": "^1.2.2",
    "json2csv": "^3.0.1",
    "memory-streams": "^0.1.0",
    "merge-stream": "^1.0.0",
    "request-promise": "^2.0.0",
    "through2": "^2.0.0",
    "tmp": "^0.0.28",
    "yargs": "^3.30.0"
  },
  "engines": {
    "node": ">=4.2.0",
    "npm": ">=2.14.7"
  },
  "files": [
    "AUTHORS.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "NOTICE",
    "README.md",
    "bin",
    "docs",
    "examples",
    "extlib",
    "gulpfile.js",
    "index.js",
    "lib",
    "package.json",
    "scripts",
    "test"
  ]
}
