async-promise
Version:
Asynchronous coordination primitives for JavaScript and TypeScript
46 lines (45 loc) • 976 B
JSON
{
"name": "async-promise",
"version": "0.1.1",
"description": "Asynchronous coordination primitives for JavaScript and TypeScript",
"license": "Apache-2.0",
"keywords": [
"async",
"promise",
"promises",
"future",
"deferred",
"promise-a",
"promise-a-plus",
"then",
"await",
"coordination",
"semaphore",
"cancellation",
"cancellationtoken"
],
"main": "bin/index.js",
"typings": "package.d.ts",
"scripts": {
"test": "jake runtests"
},
"dependencies": {},
"devDependencies": {
"jake": "*",
"jake-tsc": "file:..\\jake-tsc",
"typescript": "1.5.0-alpha"
},
"author": {
"name": "Ron Buckton",
"email": "rbuckton@chronicles.org",
"url": "http://github.com/rbuckton"
},
"bugs": {
"email": "rbuckton@chronicles.org",
"url": "http://github.com/rbuckton/asyncjs/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/rbuckton/asyncjs.git"
}
}