forked from frederic2ec/onsetrp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.33 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"author": "Frédéric C. - Frederic2ec",
"version": "1.0",
"server_scripts": [
"misc/s_database.lua",
"accounts/server.lua",
"chat/server.lua",
"hud/server.lua",
"worldtime/server.lua",
"misc/s_door.lua",
"atm/server.lua",
"vehicle_dealer/server.lua",
"vehicle/server.lua",
"garage/server.lua",
"character/server.lua",
"misc/json.lua",
"hunger/server.lua",
"housing/server.lua",
"inventory/server.lua",
"shops/server.lua",
"gathering/server.lua",
"admin/server.lua",
"fuel/server.lua",
"spawn/server.lua",
"delivery/server.lua",
"scoreboard/server.lua",
"whitelist/server.lua",
"animation/server.lua",
"police/server.lua",
"onset-phone/server.lua"
],
"client_scripts": [
"hunger/client.lua",
"worldtime/client.lua",
"misc/client.lua",
"hud/client.lua",
"atm/client.lua",
"vehicle_dealer/client.lua",
"vehicle/client.lua",
"garage/client.lua",
"character/client.lua",
"misc/json.lua",
"housing/client.lua",
"inventory/client.lua",
"shops/client.lua",
"misc/c_weapons.lua",
"gathering/client.lua",
"admin/client.lua",
"fuel/client.lua",
"gps/client.lua",
"spawn/client.lua",
"delivery/client.lua",
"scoreboard/client.lua",
"notification/client.lua",
"animation/client.lua",
"police/client.lua",
"onset-phone/client.lua"
],
"files": [
"hud/speaking/speaking.png",
"hud/speaking/hud.html",
"hud/health/health.png",
"hud/health/health.html",
"hud/thirst/thirst.png",
"hud/thirst/thirst.html",
"hud/hunger/hunger.png",
"hud/hunger/hunger.html",
"hud/minimap/minimap.css",
"hud/minimap/minimap.html",
"hud/minimap/minimap.js",
"hud/minimap/OnsetMap.png",
"scoreboard/scoreboard/ping.png",
"scoreboard/scoreboard/scoreboard.css",
"scoreboard/scoreboard/scoreboard.html",
"scoreboard/scoreboard/scoreboard.js",
"notification/notification/notification.html",
"notification/notification/toastify.js",
"notification/notification/toastify.min.css",
"animation/web/images/crossarms.png",
"animation/web/images/dab.png",
"animation/web/images/dancing.png",
"animation/web/images/laugh.png",
"animation/web/images/sit.png",
"animation/web/images/smoking.png",
"animation/web/images/stop.png",
"animation/web/images/vomit.png",
"animation/web/images/handsup.png",
"animation/web/images/lay.png",
"animation/web/images/clap.png",
"animation/web/scripts/wheelnav/raphael.min.js",
"animation/web/scripts/wheelnav/wheelnav.min.js",
"animation/web/scripts/index.js",
"animation/web/styles/index.css",
"animation/web/index.html",
"onset-phone/ui/dist/index.html",
"onset-phone/ui/dist/app.js",
"onset-phone/ui/dist/chunk-vendors.js",
"onset-phone/ui/dist/app.css",
"client/files/carLock.mp3",
"client/files/carUnlock.mp3",
"client/files/notification.mp3"
]
}