-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 2.19 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
{
"name": "glua_utilities",
"version": "1.0.0",
"description": "Garry's Mod Misc Utilities. This bundles them all for testing and as an example.",
"files": [
"lua"
],
"peerDependencies": {
"gmod-imageutils": "git+https://github.com/Metastruct/gmod-imageutils.git",
"gmod-sqliteext": "git+https://github.com/Metastruct/sqliteext.git",
"co": "git+https://github.com/Metastruct/glua_utilities.git#co",
"coext": "git+https://github.com/Metastruct/glua_utilities.git#coext",
"helpers": "git+https://github.com/Metastruct/glua_utilities.git#helpers",
"gmod-clientchatcommand": "git+https://github.com/Metastruct/glua_utilities.git#clientchatcommand",
"netext": "git+https://github.com/Metastruct/glua_utilities.git#netext",
"webbrowser": "git+https://github.com/Metastruct/glua_utilities.git#webbrowser"
},
"bundledDependencies": [
"gmod-imageutils",
"gmod-sqliteext",
"co",
"coext",
"helpers",
"gmod-clientchatcommand",
"netext",
"webbrowser"
],
"devDependencies": {
"gmod-packager": "git+https://github.com/Python1320/gmod-packager.git"
},
"scripts": {
"postinstall": "gmod-packager"
},
"repository": {
"type": "git",
"url": "https://github.com/Metastruct/glua_utilities.git"
},
"keywords": [
"gmod",
"utilities"
],
"author": "Metastruct",
"bugs": {
"url": "https://github.com/Metastruct/glua_utilities/issues"
},
"homepage": "https://github.com/Metastruct/glua_utilities#readme",
"dependencies": {
"gmod-imageutils": "git+https://github.com/Metastruct/gmod-imageutils.git",
"gmod-sqliteext": "git+https://github.com/Metastruct/sqliteext.git",
"co": "git+https://github.com/Metastruct/glua_utilities.git#co",
"coext": "git+https://github.com/Metastruct/glua_utilities.git#coext",
"helpers": "git+https://github.com/Metastruct/glua_utilities.git#helpers",
"gmod-clientchatcommand": "git+https://github.com/Metastruct/glua_utilities.git#clientchatcommand",
"netext": "git+https://github.com/Metastruct/glua_utilities.git#netext",
"webbrowser": "git+https://github.com/Metastruct/glua_utilities.git#webbrowser"
}
}