UNPKG

alinator

Version:

Gera uma tabela de projetores alocados por professor do dia corrente.

42 lines (41 loc) 959 B
{ "name": "alinator", "version": "0.2.2", "description": "Gera uma tabela de projetores alocados por professor do dia corrente.", "main": "lib/app.js", "bin": { "alinator": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/fegemo/alinator" }, "keywords": [ "extrator", "crawler" ], "author": "Flavio Coutinho", "license": "GPL", "bugs": { "url": "https://github.com/fegemo/alinator/issues" }, "homepage": "https://github.com/fegemo/alinator", "preferGlobal": true, "dependencies": { "bl": "^0.9.4", "cheerio": "^0.19.0", "colors": "^1.1.0", "commander": "^2.8.1", "cookie": "^0.1.3", "iconv-lite": "^0.4.8", "moment": "^2.10.3", "open": "0.0.5", "querystring": "^0.2.0", "request": "^2.55.0", "underscore": "^1.8.3", "update-notifier": "^0.5.0" } }