-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 839 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
32
{
"name": "localhost-steam-api",
"version": "1.0.0",
"description": "Provides an easy way to access and use the Steam API on a local machine.",
"main": "server.js",
"dependencies": {
"ejs": "^2.5.9",
"express": "^4.16.3",
"request": "^2.88.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrutchtheClutch/Localhost-Steam-API.git"
},
"keywords": [
"steam-api",
"local-machine",
"steam",
"steam-stats"
],
"author": "William Crutchfield",
"license": "ISC",
"bugs": {
"url": "https://github.com/CrutchtheClutch/Localhost-Steam-API/issues"
},
"homepage": "https://github.com/CrutchtheClutch/Localhost-Steam-API#readme"
}