forked from jylauril/jquery-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
runner.jquery.json
39 lines (39 loc) · 869 Bytes
/
runner.jquery.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
{
"name": "runner",
"title": "jQuery-runner",
"version": "2.3.0",
"description": "A simple runner/stopwatch jQuery plugin for counting time up and down.",
"homepage": "https://github.com/jylauril/jquery-runner",
"docs": "https://github.com/jylauril/jquery-runner",
"bugs": "https://github.com/jylauril/jquery-runner/issues",
"keywords": [
"jQuery",
"plugin",
"runner",
"stopwatch",
"countdown",
"countup",
"time",
"timer",
"counting"
],
"maintainers": [
{
"name": "Jyrki Laurila",
"url": "https://github.com/jylauril"
}
],
"author": {
"name": "Jyrki Laurila",
"url": "https://github.com/jylauril"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jylauril/jquery-runner/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}