UNPKG

rollpoll

Version:
31 lines (30 loc) 700 B
{ "name": "rollpoll", "version": "1.0.4", "description": "Poll websites", "main": "lib/index.js", "bin": { "rollpoll": "bin/rollpoll.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/JoshWillik/rollpoll.git" }, "keywords": [ "Poll" ], "author": "Josh Vanderwillik <joshwillik@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/JoshWillik/rollpoll/issues" }, "homepage": "https://github.com/JoshWillik/rollpoll#readme", "dependencies": { "cli-spinner": "^0.2.4", "promise-wait": "^1.0.0", "request-promise": "^2.0.1" } }