mrpatiwi/TNE-info

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tne-info",
  "version": "1.0.1",
  "description": "Get TNE information from RUT",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrpatiwi/TNE-info.git"
  },
  "keywords": [
    "chile",
    "chilean",
    "rut",
    "tne"
  ],
  "author": "Patricio López <patricio@lopezjuri.com> (https://lopezjuri.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrpatiwi/TNE-info/issues"
  },
  "homepage": "https://github.com/mrpatiwi/TNE-info#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "mocha": "^2.3.3"
  },
  "dependencies": {
    "cheerio": "^0.19.0",
    "request-promise": "^1.0.2"
  }
}