forked from BalassaMarton/sequential-task-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 956 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "sequential-task-queue",
"version": "1.2.1",
"description": "FIFO task queue for node and the browser",
"author": {
"name": "BalassaMarton"
},
"repository": {
"type": "git",
"url": "https://github.com/BalassaMarton/sequential-task-queue"
},
"types": "dist/types/sequential-task-queue.d.ts",
"files": [
"dist",
"doc",
"index.js"
],
"devDependencies": {
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"@types/sinon": "^1.16.35",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-template": "^4.0.0",
"gulp-typedoc": "^2.0.2",
"gulp-typescript": "^3.1.5",
"mocha": "^3.2.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.7",
"snip-text": "^1.0.0",
"typedoc": "^0.5.6",
"typedoc-markdown-theme": "0.0.4",
"typescript": "^2.1.6",
"vinyl-paths": "^2.1.0"
}
}