alexlangberg/hapi-goldwasher

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hapi-goldwasher",
  "version": "1.0.4",
  "description": "A plugin for Hapi.js to run goldwasher as a scraping API on the web.",
  "main": "index.js",
  "scripts": {
    "test": "gulp"
  },
  "keywords": [
    "text",
    "extraction",
    "mining",
    "statistics",
    "metadata",
    "scraping",
    "crawling",
    "hapi",
    "hapi.js",
    "plugin"
  ],
  "author": "Alex Langberg",
  "license": "MIT",
  "devDependencies": {
    "better-console": "^0.2.4",
    "chai": "^3.3.0",
    "chai-things": "^0.2.0",
    "coveralls": "^2.11.2",
    "gulp": "^3.8.11",
    "gulp-batch": "^1.0.5",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.0",
    "gulp-jsdoc": "^0.1.4",
    "gulp-jshint": "^1.11.0",
    "gulp-mocha": "^2.1.0",
    "gulp-spawn-mocha": "^2.0.1",
    "hapi": "^10.0.0",
    "istanbul": "^0.3.20",
    "jshint-stylish": "^2.0.0",
    "mocha": "^2.3.3"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "boom": "^2.9.0",
    "goldwasher": "^5.1.0",
    "hoek": "^2.16.3",
    "joi": "^6.7.1",
    "needle": "^0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexlangberg/hapi-goldwasher.git"
  },
  "bugs": {
    "url": "https://github.com/alexlangberg/hapi-goldwasher/issues"
  },
  "homepage": "https://github.com/alexlangberg/hapi-goldwasher"
}