mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-18 01:08:18 +10:00
27 lines
656 B
JSON
27 lines
656 B
JSON
{
|
|
"name": "messenger",
|
|
"description": "Client-side growl-like notifications with actions and auto-retry.",
|
|
"filename": "js/messenger.min.js",
|
|
"version": "1.2.3",
|
|
"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"
|
|
}
|
|
]
|
|
} |