forked from HackersUOP/HackersUOP.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 693 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 693 Bytes
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
{
"name": "hackersuop.github.io",
"version": "1.0.0",
"description": "Hackers' Club Official Website",
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"start": "live-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackersUOP/HackersUOP.github.io.git"
},
"keywords": [
"HackersClubUOP",
"Hackers'",
"UOP"
],
"author": "HackersUOP",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/HackersUOP/HackersUOP.github.io/issues"
},
"homepage": "https://github.com/HackersUOP/HackersUOP.github.io#readme",
"devDependencies": {
"live-server": "^1.2.1",
"prettier": "2.1.1"
}
}