UNPKG

msw-subscribe

Version:

node application to notify over email upcoming swell alerts that matches a certain criteria

44 lines (43 loc) 914 B
{ "name": "msw-subscribe", "version": "0.1.0", "description": "node application to notify over email upcoming swell alerts that matches a certain criteria", "main": "lib/cli.js", "scripts": { "test": "mocha --recursive" }, "keywords": [ "msw", "subscriptions", "swell", "waves" ], "dependencies": { "colors": "0.6.2", "msw-api": "0.1.0", "q": "0.9.7", "sendgrid": "1.0.0-rc.1.0", "validator": "3.1.0" }, "devDependencies": { "mocha": "1.13.0", "chai": "1.8.1", "sinon": "1.7.3" }, "engines": { "node": ">0.10.0" }, "bin": { "msw": "lib/cli.js" }, "preferGlobal": "true", "repository": { "type": "git", "url": "https://github.com/justinjmoses/msw-subscribe.git" }, "bugs": { "url": "https://github.com/justinjmoses/msw-subscribe/issues" }, "author": "justin j. moses", "license": "BSD-2-Clause" }