{
  "name": "libingester",
  "description": "Library for creation of packaged website data ('hatches').",
  "version": "2.8.5",
  "license": "LGPL-2.1",
  "homepage": "https://github.com/endlessm/libingester",
  "author": "Endless Mobile Inc",
  "repository": {
    "type": "git",
    "url": "https://github.com/endlessm/libingester"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "dependencies": {
    "argv-parse": "^1.0.1",
    "aws-sdk": "^2.23.0",
    "cheerio": "^0.22.0",
    "feedparser": "^2.2.0",
    "file-type": "^6.1.0",
    "fs-extra": "^2.0.0",
    "image-type": "^3.0.0",
    "mustache": "^2.3.0",
    "node-sass": "^4.5.3",
    "parse-data-url": "^0.1.4",
    "request": "^2.79.0",
    "request-promise": "^4.1.1",
    "tar": "^4.2.0",
    "validator": "^8.0.0",
    "winston": "^2.4.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "documentation": "^5.3.5",
    "jshint": "^2.9.5",
    "json-date-parser": "^1.0.1",
    "mocha": "^4.1.0",
    "mocha-jenkins-reporter": "^0.3.7",
    "proxyquire": "^1.8.0",
    "rewire": "^3.0.2",
    "sinon": "^4.4.10"
  },
  "scripts": {
    "docs:build": "rm -rf docs && documentation build lib/index.js lib/util.js lib/config.js -o docs -f html",
    "docs:publish": "npm run docs:build && git add -A docs && git commit -m 'Auto commit documentation'",
    "release": "./run_release.sh",
    "test": "./run_tests.sh"
  }
}
