-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 805 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
{
"name": "cloudbord",
"version": "1.0.0",
"description": "Nowdays, most people have several machines (PCs, Phone, Tablets etc.) working simultaneously.\r I find myself facing the problem of transferring simple links or codes over to different devices.\r Thus, I decided to create ClouBord.",
"main": "index.js",
"scripts": {
"start": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SayakSarkar02/CloudBord.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SayakSarkar02/CloudBord/issues"
},
"homepage": "https://github.com/SayakSarkar02/CloudBord#readme",
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"vite": "^2.7.13"
}
}