UNPKG

commitsay

Version:

Pulls commits from http://www.commitlogsfromlastnight.com/ and pipes it to cowsay

33 lines (32 loc) 706 B
{ "name": "commitsay", "version": "1.1.7", "description": "Pulls commits from http://www.commitlogsfromlastnight.com/ and pipes it to cowsay", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Geek", "Commits", "From", "Last", "Night" ], "bin":{ "commitsay": "./cli.js" }, "author": "Aswin <aswin@aswinteja.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aswintyv/commitssay.git" }, "dependencies" : { "cheerio" : "0.22.0", "request" : "2.78.0", "cowsay" : "1.1.8", "nedb" : "1.8.0", "lodash" : "4.17.1" } }