Files
jquery-notify/package.json
T

19 lines
325 B
JSON
Raw Normal View History

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