-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
34 lines (34 loc) · 1.05 KB
/
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
33
34
{
"name": "unofficial-steam-web-api",
"description": "Documenting the unofficial and internal Steam Web API",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Revadike/UnofficialSteamWebAPI"
},
"author": "Revadike <[email protected]> (https://revadike.com)",
"license": "MIT",
"scripts": {
"build": "gwtc -t \"Unofficial Steam Web API Documentation\" ../UnofficialSteamWebAPI.wiki",
"build:alt": "gwtc -t \"Unofficial Steam Web API Documentation\" --logo-img ./logo.png --highlight-theme vs2015 ../UnofficialSteamWebAPI.wiki"
},
"keywords": [
"api",
"api-docs",
"api-documentation",
"docs",
"documentation",
"reverse-engineering",
"steam",
"steam-api",
"steamapi",
"steampowered",
"web-api",
"webapi",
"wiki"
],
"devDependencies": {
"github-wikito-converter": "latest"
},
"homepage": "https://github.com/Revadike/UnofficialSteamWebAPI/wiki"
}