1 | {
|
2 | "name": "prex",
|
3 | "version": "0.4.9",
|
4 | "description": "Async coordination primitives and extensions on top of ES6 Promises",
|
5 | "license": "Apache-2.0",
|
6 | "keywords": [
|
7 | "async",
|
8 | "promise",
|
9 | "promises",
|
10 | "future",
|
11 | "deferred",
|
12 | "promise-a",
|
13 | "promise-a-plus",
|
14 | "then",
|
15 | "await",
|
16 | "coordination",
|
17 | "semaphore",
|
18 | "cancellation",
|
19 | "cancellationtoken"
|
20 | ],
|
21 | "main": "out/lib/index.js",
|
22 | "typings": "out/lib/index.d.ts",
|
23 | "scripts": {
|
24 | "build": "gulp build",
|
25 | "test": "gulp test"
|
26 | },
|
27 | "dependencies": {
|
28 | "@esfx/cancelable": "^1.0.0 || >=1.0.0-pre.13",
|
29 | "@esfx/disposable": "^1.0.0 || >=1.0.0-pre.13"
|
30 | },
|
31 | "devDependencies": {
|
32 | "@types/chai": "^3.5.2",
|
33 | "@types/gulp": "^4.0.6",
|
34 | "@types/mocha": "^2.2.41",
|
35 | "@types/node": "^7.0.22",
|
36 | "chai": "^3.5.0",
|
37 | "del": "^1.2.0",
|
38 | "gulp": "^4.0.2",
|
39 | "gulp-istanbul": "^1.1.3",
|
40 | "gulp-mocha": "^7.0.2",
|
41 | "gulp-sourcemaps": "^1.6.0",
|
42 | "gulp-util": "^3.0.4",
|
43 | "merge2": "^0.3.6",
|
44 | "mocha": "^7.1.1",
|
45 | "source-map-support": "^0.2.10",
|
46 | "typescript": "^3.2.2"
|
47 | },
|
48 | "author": {
|
49 | "name": "Ron Buckton",
|
50 | "email": "ron.buckton@microsoft.com",
|
51 | "url": "http://github.com/rbuckton"
|
52 | },
|
53 | "bugs": {
|
54 | "url": "http://github.com/rbuckton/prex/issues"
|
55 | },
|
56 | "repository": {
|
57 | "type": "git",
|
58 | "url": "git://github.com/rbuckton/prex.git"
|
59 | }
|
60 | }
|