-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "nostegama",
"version": "0.0.16",
"description": "Nostegama - A Non-Steam Game Manager",
"dependencies": {
"async": "^1.5.2",
"cli": "^0.11.1",
"comment-json": "^1.1.3",
"current-processes": "^0.2.1",
"fs-extra": "^0.26.5",
"glob": "^6.0.4",
"i18n": "^0.6.0",
"log4js": "^0.6.30",
"node-steam-shortcuts": "^1.1.0",
"ono": "^2.1.1",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"ps-node": "0.0.5",
"request": "^2.69.0"
},
"optionalDependencies": {
"cheerio": "^0.20.0",
"deasync": "^0.1.4",
"diacritics": "^1.2.3",
"edge": "^5.0.0",
"tmp": "0.0.28",
"windows-shortcuts": "^0.1.1",
"winreg": "0.0.16"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"scripts": {
"start": "node bin/Nostegama.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Hafas/nostegama.git"
},
"files": [
"bin/",
"lib/",
"locales/",
"plugins/",
"config.json",
"LICENSE",
"log4js.json",
"README.md"
],
"author": "Theodor Hafas",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Hafas/nostegama/issues"
},
"homepage": "https://github.com/Hafas/nostegama#readme"
}