notification-component
Version:
Notification component
17 lines • 415 B
JSON
{
"name": "notification-component",
"description": "Notification component",
"version": "0.0.3",
"keywords": ["notify", "notification", "ui", "growl"],
"dependencies": {
"emitter-component": "*",
"jquery-component": "*"
},
"component": {
"scripts": {
"notification/index.js": "index.js",
"notification/template.js": "template.js"
},
"styles": ["notification.css"]
}
}