-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.29 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "chronoman",
"version": "1.3.1",
"description": "Utility class to simplify use of timers created by setTimeout",
"main": "dist/chronoman.common.js",
"module": "chronoman.js",
"browser": "dist/chronoman.min.js",
"unpkg": "dist/chronoman.js",
"types": "./index.d.ts",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/gamtiq/chronoman.git"
},
"keywords": [
"setTimeout",
"setInterval",
"time",
"timer",
"timeout",
"interval",
"repeat",
"repeating",
"recurrent",
"period",
"periodic",
"control",
"manage",
"management",
"utility",
"chrono",
"run",
"execute",
"action"
],
"author": "Denis Sikuler",
"license": "MIT",
"homepage": "https://github.com/gamtiq/chronoman/",
"bugs": {
"url": "https://github.com/gamtiq/chronoman/issues"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"docdash": "1.2.0",
"grunt": "1.0.4",
"grunt-babel": "7.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-jsdoc": "2.4.1",
"grunt-mocha-cli": "5.0.0",
"grunt-umd": "3.0.0",
"jsdoc-file": "1.0.0",
"matchdep": "2.0.0"
}
}