UNPKG

ticketvr

Version:

check your ticketVR balance in the command line - Brazilian tickets only

52 lines (51 loc) 1.16 kB
{ "name": "ticketvr", "version": "0.3.8", "description": "check your ticketVR balance in the command line - Brazilian tickets only", "author": { "name": "Vitor Leal", "email": "vitorleal1@gmail.com", "web": "http://www.vitorleal.com", "twitter": "vitorleal" }, "repository": { "type": "git", "url": "https://github.com/vitorleal/ticketvr-cli.git" }, "bugs": { "url": "https://github.com/vitorleal/ticketvr-cli/issues" }, "keywords": [ "ticket", "ticketvr", "refeicao", "saldo" ], "dependencies": { "request": "*", "commander": "1.3.0", "grunt": "*", "cli-color": "*", "userhome": "*", "update-notifier": "*", "insight": "*" }, "devDependencies": { "mocha": "*", "should": "*", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-watch": "~0.4.4", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-concat": "~0.3.0" }, "bin": { "ticketVR": "./bin/ticketVR.js" }, "scripts": { "start": "node index.js", "test": "make test" }, "preferGlobal": true, "main": "./bin/ticketVR.js", "man" :["./assets/ticketVR.1"] }