forked from TyKonKet/FS17_FuelUsageDisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 678 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 678 Bytes
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
{
"name": "fs17_fuelusagedisplay",
"version": "3.8.0",
"description": "You can pull vehicles with this tow bar.",
"repository": {
"type": "git",
"url": "git+https://github.com/TyKonKet/FS17_FuelUsageDisplay.git"
},
"author": "TyKonKet",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TyKonKet/FS17_FuelUsageDisplay/issues"
},
"homepage": "https://github.com/TyKonKet/FS17_FuelUsageDisplay#readme",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-run": "^1.7.1",
"gulp-series": "^1.0.2",
"gulp-size": "^2.1.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^3.2.0",
"gulp-replace": "^0.6.1"
}
}