* IE9 fix * code cleanup * publish to npm (closes #31) * jquery is now a peerDep (closes #53) * improve positioning documentation * dont reuse element notifications, always recreate (closes #43)
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"name": "notifyjs",
|
|
"version": "0.4.1",
|
|
"homepage": "http://notifyjs.com/",
|
|
"authors": [
|
|
"Jaime Pillora <dev@jpillora.com>"
|
|
],
|
|
"description": "A simple, versatile notification library",
|
|
"main": "dist/notify.js",
|
|
"keywords": [
|
|
"notification"
|
|
],
|
|
"license": "MIT"
|
|
}
|