UNPKG

chump

Version:

Pushover.net client for Node.js

38 lines (37 loc) 687 B
{ "name": "chump", "version": "1.2.0", "description": "Pushover.net client for Node.js", "keywords": [ "pushover", "chump", "client", "api", "apple", "push", "notifications" ], "maintainers": [ "Michael Squires <sqmk@php.net>" ], "license": "MIT", "repository": "sqmk/chump", "main": "lib/Chump.js", "files": [ "lib" ], "scripts": { "test": "mocha" }, "dependencies": { "lodash": "4.17.4", "request": "2.81.0" }, "devDependencies": { "mocha": "3.4.2", "chai": "3.5.0", "chai-as-promised": "6.0.0", "sinon": "2.3.2", "mockery": "2.0.0" } }