Godoy/node-imdb-crawler

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-imdb-crawler",
  "version": "1.0.1",
  "description": "A node library to crawler imdb and parse to json",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec",
    "lint": "eslint .; exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Godoy/node-imdb-crawler.git"
  },
  "keywords": [
    "node",
    "crawler",
    "imdb"
  ],
  "author": "Adriano Godoy <godoy.ccp@gmail.com> (http://godoy.net.br)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Godoy/node-imdb-crawler/issues"
  },
  "homepage": "https://github.com/Godoy/node-imdb-crawler#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^4.8.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^3.2.0"
  },
  "dependencies": {
    "crawler": "^1.0.3"
  }
}