-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 954 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
{
"name": "worker-interval",
"version": "1.0.6",
"description": "setInterval and clearInterval implementation to support keep running on inactive tabs for Chrome, Firefox and IE",
"main": "dist/module.js",
"types": "typings/module.d.ts",
"keywords": [
"clearInterval",
"clear interval",
"interval",
"setInterval",
"set interval",
"web workers",
"window timer"
],
"repository": {
"type": "git",
"url": "https://github.com/gorkemcnr/worker-interval.git"
},
"homepage": "https://github.com/gorkemcnr/worker-worker",
"author": "Gorkem Cinar",
"license": "MIT",
"devDependencies": {
"@types/node": "^8.0.58",
"@types/uuid": "^3.4.3",
"gulp": "^3.9.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"dependencies": {
"uuid": "^3.1.0",
"worker-loader": "^1.1.0"
}
}