mlessio/twitter-checker

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "twitter-checker",
  "version": "1.0.0",
  "description": "A simple library that checks if a twitter account already exists.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mlessio/twitter-checker"
  },
  "keywords": [
    "twitter",
    "checker",
    "exist",
    "account"
  ],
  "author": "Martino Lessio",
  "license": "MIT",
  "dependencies": {
    "request": "^2.81.0"
  }
}