forked from TyKonKet/FS17_CreatorTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 880 Bytes
/
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
{
"name": "fs17_creatortools",
"version": "1.5.0",
"description": "Creator Tools allow you to do magics with HUD, camera and much more.",
"repository": {
"type": "git",
"url": "git+https://github.com/TyKonKet/FS17_CreatorTools.git"
},
"author": "TyKonKet",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TyKonKet/FS17_CreatorTools/issues"
},
"homepage": "https://github.com/TyKonKet/FS17_CreatorTools#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",
"vinyl-ftp": "^0.6.1",
"child_process": "^1.0.2",
"xmlbuilder": "^9.0.7",
"xml2js": "^0.4.19",
"bluebird": "^3.5.1",
"xml-escape": "^1.1.0",
"lodash": "^4.17.5"
}
}