ContentMine/thresher

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "thresher",
  "description": "Headless ScraperJSON scraping for Node.js",
  "version": "0.1.11",
  "homepage": "https://github.com/ContentMine/quickscrape",
  "author": {
    "name": "Richard Smith-Unna",
    "email": "rds45@cam.ac.uk",
    "url": "http://contentmine.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ContentMine/thresher.git"
  },
  "bugs": {
    "url": "https://github.com/ContentMine/thresher/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ContentMine/thresher/blob/master/LICENSE"
    }
  ],
  "main": "lib/index.js",
  "engines": {
    "node": ">= 0.8.14"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "dependencies": {
    "casperjs": "~1.1.0-beta3",
    "download": "^4.1.2",
    "eventemitter2": "^0.4.14",
    "jsdom-little": "~0.10.5",
    "lodash": "^3.6.0",
    "phantomjs": "~1.9.7-12",
    "request": "~2.55.0",
    "request-progress": "^0.3.1",
    "set": "^1.1.1",
    "shelljs": "^0.4.0",
    "spooky": "~0.2.4",
    "tough-cookie": "^0.12.1",
    "underscore-deep-extend": "0.0.5",
    "which": "~1.0.5"
  },
  "devDependencies": {
    "coveralls": "~2.11.1",
    "mocha-lcov-reporter": "0.0.1",
    "should": "~4.0.0",
    "istanbul": "~0.3.2",
    "mocha": "~1.21.4",
    "express": "~4.8.8",
    "temp": "~0.8.0"
  },
  "keywords": [
    "scraping",
    "datamining",
    "contentmining"
  ]
}