UNPKG

blocks-alerter

Version:

Injects notification and alert markup and UI in the browser.

60 lines (59 loc) 1.37 kB
{ "name": "blocks-alerter", "version": "1.2.1", "description": "Injects notification and alert markup and UI in the browser.", "main": "src/alerter.js", "files": [ "src", "gulpfile.js" ], "repository": { "type": "git", "url": "https://github.com/blocks/alerter.git" }, "keywords": [ "alert", "alerts", "alerter", "blocks", "browser", "browserify" ], "author": "Josiah Sprague <josiah.sprague@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/blocks/alerter/issues" }, "homepage": "https://github.com/blocks/alerter", "devDependencies": { "browserify": "^5.11.1", "browserstacktunnel-wrapper": "~1.3.0", "browserstack-webdriver": "^2.41.1", "ecstatic": "^0.5.4", "gulp": "^3.8.7", "gulp-derequire": "^1.1.0", "gulp-notify": "^1.5.1", "gulp-spawn-mocha": "^0.4.1", "gulp-util": "^3.0.1", "handlebars": "1.3.x", "jquery": "^2.1.1", "mocha": "^1.21.5", "mocha-clean": "^0.3.0", "object-merge": "~2.5.1", "pretty-hrtime": "^0.2.1", "require-dir": "^0.1.0", "run-sequence": "~0.3.7", "vinyl-source-stream": "^0.1.1" }, "dependencies": { "events": "^1.0.2", "handlebars": "^3.0.0", "hbsfy": "^2.1.0", "inherits": "^2.0.1" }, "browserify": { "transform": [ "hbsfy" ] } }