mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-11 05:46:04 +10:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "when",
|
|
"version": "2.7.1",
|
|
"filename": "when.js",
|
|
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
|
|
"keywords": ["Promises/A+", "promises-aplus", "promise", "promises", "deferred", "deferreds", "when", "async", "asynchronous", "cujo", "ender"],
|
|
"homepage": "http://cujojs.com",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cujojs/when"
|
|
},
|
|
"bugs": "https://github.com/cujojs/when/issues",
|
|
"maintainers": [
|
|
{
|
|
"name": "Brian Cavalier",
|
|
"web": "http://hovercraftstudios.com"
|
|
},
|
|
{
|
|
"name": "John Hann",
|
|
"web": "http://unscriptable.com"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Cavalier",
|
|
"web": "http://hovercraftstudios.com"
|
|
},
|
|
{
|
|
"name": "John Hann",
|
|
"web": "http://unscriptable.com"
|
|
},
|
|
{
|
|
"name": "Scott Andrews"
|
|
}
|
|
]
|
|
}
|