File: package.json

Recommend this page to a friend!
  Classes of John Romano D'Orazio   jQuery Clock Plugin   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Clock Plugin
Display a clock inside a dom element
Author: By
Last change: Update package.json
Date: 1 month ago
Size: 1,194 bytes
 

Contents

Class file image Download
{ "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" }