mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-29 06:36:08 +10:00
28 lines
657 B
JSON
28 lines
657 B
JSON
{
|
|
"name": "messenger",
|
|
"description": "Client-side growl-like notifications with actions and auto-retry.",
|
|
"filename": "js/messenger.min.js",
|
|
"version": "1.4.0",
|
|
"homepage": "http://github.hubspot.com/messenger",
|
|
"keywords": [
|
|
"client-side",
|
|
"notification",
|
|
"toast",
|
|
"ajax"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-coffee": "~0.4.0",
|
|
"grunt-contrib-compass": "~0.1.2",
|
|
"grunt-contrib-uglify": "~0.1.2",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-concat": "~0.1.3"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "http://github.com/HubSpot/messenger"
|
|
}
|
|
]
|
|
}
|