cram
Version:
An AMD-compatible build tool.
22 lines (21 loc) • 569 B
JSON
{
"name": "when",
"main": "when.js",
"version": "2.7.1",
"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"],
"homepage": "https://github.com/cujojs/when",
"authors": [
"Brian Cavalier <brian@hovercraftstudios.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"docs",
"benchmark",
"node_modules",
"bower_components",
"test",
"build"
]
}