-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
35 lines (35 loc) · 836 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
{
"name": "flipcountdown",
"version": "3.0.5",
"description": "jQuery Clock,Timer or Counter plugin in retro flip-count down style. The plugin can display the time and number, including floating point.",
"main": "jquery.flipcountdown.js",
"keywords": [
"jquery-plugin",
"count",
"down",
"flip",
"flipcount",
"flipcountdown",
"countdown",
"time",
"tablo",
"counter",
"ticker",
"timer",
"clock",
"form"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xdan/flipcountdown.git"
},
"author": "Chupurnov <chupurnov@gmail.com> (http://xdsoft.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdan/flipcountdown/issues"
},
"homepage": "https://github.com/xdan/flipcountdown"
}