Files
jquery-notify/package.json
T

19 lines
334 B
JSON
Raw Normal View History

2013-04-04 13:13:08 +11:00
{
2013-05-28 14:53:03 +10:00
"title": "Notify.js",
2013-04-04 13:13:08 +11:00
"name": "notify",
"version": "0.3.3",
2013-05-28 14:53:03 +10:00
"author": {
"name": "Jaime Pillora"
},
"contributors": [
{
"name": "Evan Carroll"
, "url": "http://www.evancarroll.com"
, "email": "me@evancarroll.com"
}
],
2013-05-28 14:53:03 +10:00
"homepage": "http://notifyjs.com/",
2015-10-21 10:46:37 -05:00
"license": "MIT",
"main": "dist/notify.js"
2013-04-04 13:13:08 +11:00
}