-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "tickwatchjs",
"version": "1.1.2",
"description": "TickWatch is a jQuery plugin that provides a customizable electronic clock with start, stop, and set functionalities. It can count up or down and display time in various formats.",
"keywords": [
"jquery",
"jquery-plugin",
"jqueryui",
"clock",
"timer",
"countdown",
"countup",
"digital-clock",
"time-management",
"time-display",
"electronic-clock",
"time-tracking",
"clock-widget",
"real-time",
"time-utilities"
],
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \\\"Error: no demo specified\\\" && exit 1",
"serve": "npx vite",
"build": "npx vite build"
},
"author": "HichemTab <konanhichemsinshi@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/HichemTab-tech/TickWatch-js.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HichemTab-tech/TickWatch-js/issues"
},
"homepage": "https://github.com/HichemTab-tech/TickWatch-js#readme",
"dependencies": {
"jquery": "^3.7.0",
"npm-jquery-plugin-helpers": "^1.1.0"
},
"devDependencies": {
"sass": "^1.77.4",
"vite": "^5.0.11",
"rollup-plugin-terser": "^7.0.2",
"terser-webpack-plugin": "^5.3.9",
"vite-plugin-banner": "^0.7.1"
}
}