-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
47 lines (47 loc) · 1010 Bytes
/
bower.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
46
47
{
"name": "super-workers",
"description": "Distribute workload among web workers",
"version": "0.1.0",
"homepage": "https://github.com/softvar/super-workers",
"bugs": "https://github.com/softvar/super-workers/issues",
"author": {
"name": "Varun Malhotra",
"email": "varun2902@gmail.com",
"url": "https://github.com/softvar"
},
"repository": {
"type": "git",
"url": "https://github.com/softvar/super-workers.git"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/softvar/super-workers/blob/master/LICENSE"
}],
"main": [
"dist/super-workers.js"
],
"keywords": [
"super-workers",
"web worker",
"worker postmessage",
"distrubte tasks",
"load balancing",
"es6",
"commonjs",
"webpack"
],
"ignore": [
"node_modules",
"tests",
"webpack.config.js",
".gitignore",
".travis.yml",
".eslintrc",
".babelrc",
"karma.conf.js",
"LICENSE",
"coverage"
],
"dependencies": {
}
}