-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 653 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 653 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
{
"name": "game-of-thrones-quotes-api",
"version": "1.0.3",
"description": "An API for retrieving some Game of Thrones quotes",
"repository": {
"type": "git",
"url": "https://github.com/shevabam/game-of-thrones-quotes-api"
},
"keywords": [
"game",
"thrones",
"got",
"game of thrones",
"quotes",
"api",
"tvshow"
],
"author": "ShevAbam",
"bugs": {
"url": "https://github.com/shevabam/game-of-thrones-quotes-api/issues"
},
"homepage": "https://gameofthronesquotes.xyz/",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^5.2.1"
}
}