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:
Date: 1 year ago
Size: 1,127 bytes
 

Contents

Class file image Download
{ "name": "@JohnRDOrazio/jquery-clock-plugin", "version": "2.3.6", "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 (48 locales) and PHP Style Format Characters, and work 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" }