alexlangberg/node-goldwasher-needle

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "goldwasher-needle",
  "version": "2.1.0",
  "description": "Plugin for goldwasher to add needle for easy HTTP requests.",
  "main": "index.js",
  "scripts": {
    "test": "gulp"
  },
  "keywords": [
    "text",
    "extraction",
    "mining",
    "statistics",
    "metadata",
    "scraping",
    "crawling"
  ],
  "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",
    "istanbul": "^0.3.20",
    "jshint-stylish": "^2.0.0",
    "mocha": "^2.3.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexlangberg/node-goldwasher-needle.git"
  },
  "bugs": {
    "url": "https://github.com/alexlangberg/node-goldwasher-needle/issues"
  },
  "homepage": "https://github.com/alexlangberg/node-goldwasher-needle",
  "dependencies": {
    "goldwasher": "^5.1.0",
    "needle": "^0.10.0",
    "ramda": "^0.17.1",
    "retry": "^0.8.0"
  }
}