UNPKG

toastr-tng

Version:

This is a forked version of Toastr (TNG = The Next Generation). ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.

61 lines (60 loc) 1.7 kB
{ "name": "toastr-tng", "filename": "build/toastr.min.js", "main": "toastr.js", "style": "build/toastr.min.css", "version": "2.1.6", "description": "This is a forked version of Toastr (TNG = The Next Generation). ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.", "homepage": "http://www.toastrjs.com", "keywords": [ "Toastr", "ToastrJS", "toastr.js" ], "maintainers": [ { "name": "John Bonfardeci", "web": "https://github.com/jbonfardeci/toastr" } ], "repository": { "type": "git", "url": "git://github.com/jbonfardeci/toastr.git" }, "bugs": "http://stackoverflow.com/questions/tagged/toastr", "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "dependencies": {}, "devDependencies": { "gulp": "^3.8.10", "gulp-bytediff": "^0.2.0", "gulp-jscs": "^1.3.0", "gulp-jshint": "^1.9.0", "gulp-less": "^3.5.0", "gulp-load-plugins": "^0.7.1", "gulp-load-utils": "0.0.4", "gulp-minify-css": "^0.3.11", "gulp-rename": "^1.2.0", "gulp-sourcemaps": "^1.12.1", "gulp-task-listing": "^0.3.0", "gulp-uglify": "^1.0.1", "gulp-util": "^3.0.1", "jquery": "^3.3.1", "jshint-stylish": "^1.0.0", "karma": "^1.7.0", "karma-coverage": "^1.1.2", "karma-phantomjs-launcher": "^1.0.4", "karma-qunit": "^0.1.3", "merge-stream": "^0.1.6", "phantomjs-prebuilt": "^2.1.14", "plato": "^1.2.2", "qunitjs": "~1.14.0" }, "scripts": { "test": "gulp test" } }