UNPKG

@webgap/notifier

Version:

Webgap abstraction notification module.

36 lines (35 loc) 751 B
{ "name": "@webgap/notifier", "description": "Webgap abstraction notification module.", "author": "Manuel Martins <manuelmachadomartins@gmail.com>", "version": "0.1.7", "license": "Apache-2.0", "engine": "node >= 5.0.0", "main": "./index", "scripts": { "test": "mocha test/" }, "repository": { "type": "git", "url": "git://github.com/webgap/notifier.git" }, "bugs": { "url": "https://github.com/webgap/notifier/issues" }, "keywords": [ "webgap", "notifier", "notifications", "email", "popup" ], "dependencies": { "underscore": "1.8.x", "async": "1.5.x" }, "devDependencies": { "codeclimate-test-reporter": "0.1.x", "istanbul": "0.4.x", "mocha": "2.3.x" } }