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