prex-es5
Version:
Async coordination primitives and extensions on top of ES6 Promises
58 lines (57 loc) • 1.3 kB
JSON
{
"name": "prex-es5",
"version": "0.4.2",
"description": "Async coordination primitives and extensions on top of ES6 Promises",
"license": "Apache-2.0",
"keywords": [
"async",
"promise",
"promises",
"future",
"deferred",
"promise-a",
"promise-a-plus",
"then",
"await",
"coordination",
"semaphore",
"cancellation",
"cancellationtoken"
],
"main": "out/lib/index.js",
"typings": "out/lib/index.d.ts",
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"chai": "^3.5.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10.0",
"gulp-util": "^3.0.4",
"merge2": "^0.3.6",
"mocha": "^2.2.5",
"source-map-support": "^0.2.10",
"typescript": "^2.8.1"
},
"author": {
"name": "Ron Buckton",
"email": "ron.buckton@microsoft.com",
"url": "http://github.com/rbuckton"
},
"bugs": {
"url": "http://github.com/rbuckton/prex/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/rbuckton/prex.git"
}
}