-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 974 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
{
"name": "reissue",
"version": "3.1.0",
"main": "lib/index.js",
"description": "setInterval with setTimeout semantics",
"homepage": "https://github.com/DonutEspresso/reissue",
"author": {
"name": "Alex Liu",
"email": "donutespresso@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/DonutEspresso/reissue"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"setTimeout",
"setInterval",
"timer",
"repeat",
"repeatEvery"
],
"devDependencies": {
"chai": "^4.2.0",
"conventional-changelog-angular": "^5.0.3",
"conventional-recommended-bump": "^6.0.0",
"coveralls": "^3.0.6",
"documentation": "^12.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"unleash": "^2.0.1"
},
"dependencies": {
"assert-plus": "^1.0.0"
}
}