mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
27 lines
755 B
JSON
27 lines
755 B
JSON
{
|
|
"name": "eventmaster",
|
|
"version": "2.0.0",
|
|
"filename": "eventmaster.min.js",
|
|
"description": "A simple, compact and consistent implementation provides both Promise/Deferred/Flow pattern and Event/Notify/Observer/PubSub pattern.",
|
|
"main": "eventmaster",
|
|
"homepage": "http://ozjs.org/EventMaster/",
|
|
"author": {
|
|
"name": "dexteryy",
|
|
"email": "dexter.yy@gmail.com",
|
|
"url": "http://github.com/dexteryy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dexteryy/EventMaster.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}],
|
|
"keywords" : [
|
|
"AMD",
|
|
"oz",
|
|
"ozjs"
|
|
]
|
|
}
|