forked from maheshjainckd/Hacktoberfest2022-for-everyone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 801 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
{
"name": "hacktoberfest2022-for-everyone",
"version": "1.0.0",
"description": "This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maheshjainckd/Hacktoberfest2022-for-everyone.git"
},
"keywords": [
"hacktoberfest"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maheshjainckd/Hacktoberfest2022-for-everyone/issues"
},
"homepage": "https://github.com/maheshjainckd/Hacktoberfest2022-for-everyone#readme"
}