-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 844 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
23
24
25
26
27
28
29
30
31
{
"name": "rys3tek",
"version": "1.0.0",
"description": "Application to make finding new games you would like simple and then find it on sale across game markets.",
"main": "server.js",
"keywords": [],
"author": "Robert Radford, Seth Mcfeeters, Yoni Palagashvili",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "8.2.0",
"ejs": "3.0.2",
"express": "4.17.1",
"jest": "^26.6.1",
"method-override": "^3.0.0",
"pg": "^8.4.1",
"superagent": "^5.2.2"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobertWRadford/RYS3_Tek.git"
},
"bugs": {
"url": "https://github.com/RobertWRadford/RYS3_Tek/issues"
},
"homepage": "https://github.com/RobertWRadford/RYS3_Tek#readme",
"devDependencies": {}
}