toastr-stylus
Version:
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.
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "toastr-stylus",
"filename": "js/toastr.min.js",
"version": "2.0.2-0.1.0",
"description": "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"
],
"author": {
"name": "John Papa",
"web": "http://www.johnpapa.net",
"twitter": "@john_papa"
},
"contributors": [
"neverfox <github.to.soma@neverbox.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/CodeSeven/toastr-stylus.git"
},
"bugs": "http://stackoverflow.com/questions/tagged/toastr",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.2.2",
"grunt-contrib-qunit": "^0.2.2",
"grunt-contrib-stylus": "^0.14.0"
},
"scripts": {
"test": "grunt"
}
}