tibialand/tibia-node-crawler

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tibia-node-crawler",
  "version": "0.1.3",
  "description": "Tibia Crawler in nodejs",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tibialand/tibia-crawler.git"
  },
  "author": "Renato Ribeiro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tibialand/tibia-crawler/issues"
  },
  "homepage": "https://github.com/tibialand/tibia-crawler",
  "dependencies": {
    "cheerio": "^0.19.0",
    "lodash": "^3.6.0",
    "request": "^2.55.0"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-replace": "^0.8.0"
  }
}