-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.99 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.99 KB
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
{
"name": "trials-trackmap",
"title": "Trials Frontier Trackmap",
"description": "Guide for all Track-, Data-Cube- and Candy locations. As well Youtube walkthroughs for every track is available.",
"author": "willy woitas <dutscher_sbf@hotmail.com>",
"private": true,
"version": "7.9.1",
"seasonID": 81,
"dependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"request": "latest",
"load-grunt-config": "latest",
"connect-livereload": "latest",
"grunt-contrib-connect": "latest",
"serve-static": "latest",
"connect-modrewrite": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-clean": "latest",
"grunt-template": "latest",
"grunt-concat-json": "latest",
"grunt-contrib-watch": "latest",
"grunt-minjson": "latest",
"time-grunt": "latest",
"jit-grunt": "latest",
"json5": "latest",
"grunt-assemble": "0.6.3",
"promised-handlebars": "latest",
"q": "latest",
"get-promise": "latest",
"grunt-contrib-less": "latest",
"less-plugin-glob": "latest",
"lodash": "latest",
"fs-extra": "latest",
"grunt-exec": "latest",
"colors": "latest",
"magic-snowflakes": "latest",
"grunt-ftp-push": "latest",
"flat": "latest",
"text-encoding": "latest",
"buffer-chunks": "latest",
"sharp": "latest",
"spritesmith": "latest",
"image-size": "latest"
},
"devDependencies": {
"set-value": ">=4.0.1",
"mixin-deep": ">=1.3.2"
},
"engine": [
"node 12.13.0",
"python 3.7.2"
],
"scripts": {
"npmInstall": "npm install",
"grunt": "node ./node_modules/grunt/bin/grunt",
"start": "npm run grunt #startServer",
"import": "npm run grunt #startImport",
"deploy": "npm run grunt #finalDeployWithUpload",
"upload": "npm run grunt ftp_push:distUpload",
"----": "",
"stats": "node ./grunt/nodejs/stats.js",
"doTask": "npm run grunt ...",
"show:win:ips": "ipconfig"
}
}