-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 952 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
40
41
42
43
44
45
{
"name": "@ibowankenobi/taskq",
"version": "2.3.7",
"description": "Module like task queuer for async scripts",
"main": "taskq.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "node tests/test.js",
"min": "./node_modules/.bin/uglifyjs taskq.js -c -m -o ./taskq.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IbrahimTanyalcin/taskq.git"
},
"keywords": [
"ES5",
"ES6",
"promise",
"Promise",
"async",
"javascript",
"task",
"queue",
"requestAnimationFrame",
"d3",
"js",
"biojs",
"bionode",
"pause",
"resume",
"module"
],
"author": "Ibrahim Tanyalcin",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/IbrahimTanyalcin/taskq/issues"
},
"homepage": "https://github.com/IbrahimTanyalcin/taskq#readme",
"devDependencies": {
"jsdoc": "^3.5.5",
"uglify-js": "^3.3.11"
}
}