{
  "name": "facilpralembrar-scrape",
  "version": "0.0.6",
  "description": "A simple web scrapper",
  "engines": {
    "node": ">= 0.4.0"
  },  
  "main": "index.js",
  "bin" : {
    "facilpralembrar-scrape" : "./cli.js"
  },
  "dependencies": {
    "superagent": "~0.17.0",
    "cheerio": "~0.14.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "webscrapping"
  ],
  "author": "Ghost",
  "license": "MIT"
}
