-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.17 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.17 KB
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
{
"name": "@johnrdorazio/jquery-clock-plugin",
"version": "2.3.7",
"description": "jQuery plugin to turn a dom element into a jQuery Clock that can take an initial timestamp (even server generated, or NTP generated) instead of client system time, supports internationalization (69 locales) and Intl.DateTimeFormat options OR PHP Style Format Characters, and works independently from the system clock. Supports microsecond time. Can be easily styled with three simple css rules",
"main": "jqClock-lite.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnRDOrazio/jQuery-Clock-Plugin.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/JohnRDOrazio"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery-clock",
"jqclock"
],
"dependencies": {
"jquery": "~3"
},
"author": "JohnRDOrazio",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JohnRDOrazio/jQuery-Clock-Plugin/issues"
},
"homepage": "https://github.com/JohnRDOrazio/jQuery-Clock-Plugin#readme",
"packageManager": "yarn@4.1.1"
}