Skip to content

Commit cf546a9

Browse files
committed
📦 Add description, author, and license to package.json
1 parent 8e819eb commit cf546a9

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

package.json

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "cloudbox-frontend",
33
"version": "1.0.0",
4-
"keywords": [],
4+
"description": "This is a simple cloud storage service that allows users to upload and download files. Here you can also create folders and subfolders to organize your files",
5+
"author": "marcode24",
6+
"license": "MIT",
57
"scripts": {
68
"ng": "ng",
79
"start": "ng serve",
@@ -57,5 +59,30 @@
5759
"karma-mocha-reporter": "^2.2.5",
5860
"lint-staged": "^13.2.1",
5961
"typescript": "~4.8.4"
60-
}
62+
},
63+
"repository": {
64+
"type": "git",
65+
"url": "https://github.com/marcode24/cloudbox-frontend",
66+
"directory": "cloudbox-frontend"
67+
},
68+
"bugs": {
69+
"url": "git+https://github.com/marcode24/cloudbox-frontend/issues"
70+
},
71+
"homepage": "https://github.com/marcode24/cloudbox-frontend#readme",
72+
"keywords": [
73+
"angular",
74+
"typescript",
75+
"eslint",
76+
"eslint-config-airbnb-typescript",
77+
"eslint-plugin-import",
78+
"eslint-plugin-jasmine",
79+
"eslint-plugin-unused-imports",
80+
"husky",
81+
"lint-staged",
82+
"cloudbox",
83+
"cloudbox-frontend",
84+
"file-upload",
85+
"file-upload-angular",
86+
"ui"
87+
]
6188
}

0 commit comments

Comments
 (0)