-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 886 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
{
"name": "to-do-webapp",
"version": "1.0.2",
"description": "TO DO WebApp is a versatile checklist generator designed to enhance your task management experience. Featuring a user-friendly interface, this web-based tool empowers users to effortlessly create, organize, and monitor their tasks.",
"main": "main.js",
"keywords": [
"JQuery",
"Task Management",
"To-Do List",
"Checklist",
"Task Manager",
"UX",
"Plugin",
"UI",
"to do interface",
"to do"
],
"author": "Mohit",
"license": "MIT",
"dependencies": {
"jquery": "^3.6.0"
},
"homepage": "https://to-do-webapp.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/imohitpatel/to-do-webapp"
},
"bugs": {
"url": "https://github.com/imohitpatel/to-do-webapp/issues"
},
"PR": "https://github.com/imohitpatel/to-do-webapp/pulls"
}