alexlangberg/node-miningcompany

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "miningcompany",
  "version": "1.0.5",
  "description": "Text mining.",
  "main": "./lib/miningcompany",
  "scripts": {
    "test": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexlangberg/node-miningcompany.git"
  },
  "keywords": [
    "text",
    "mining"
  ],
  "author": "Alex Langberg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexlangberg/node-miningcompany/issues"
  },
  "homepage": "https://github.com/alexlangberg/node-miningcompany",
  "devDependencies": {
    "better-console": "^0.2.4",
    "chai": "^2.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.9.0",
    "gulp-jsdoc": "^0.1.4",
    "gulp-jshint": "^1.10.0",
    "gulp-mocha": "^2.0.1",
    "gulp-spawn-mocha": "^2.0.1",
    "istanbul": "^0.3.13",
    "jshint-stylish": "^1.0.2",
    "mocha": "^2.2.4",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0"
  },
  "dependencies": {
    "cheerio": "^0.19.0",
    "krawler": "^0.3.3",
    "node-schedule": "^0.2.6",
    "node-uuid": "^1.4.3",
    "ramda": "^0.13.0",
    "underscore.string": "^3.0.3",
    "validator": "^3.39.0"
  }
}