-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
68 lines (68 loc) · 2.01 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
{
"//": [
"--------",
"Setup Instructions:",
"--------",
"1. npm install",
"2. grunt build",
"",
"--------",
"Development Instructions (no webserver needed!):",
"--------",
"3. grunt server",
"",
"Open your web browser of choice and visit http://localhost.",
"#1 installs npm dependencies for this project.",
"#2 builds the project to the dist/ folder.",
"#3 runs a web server using node/express in background. Watches for changes to any files in the assets folder and if a change is detected, ",
"the build task is executed immediately so the results are visible your browser."
],
"name": "witcher3map",
"version": "2.0.0",
"description": "Unofficial Witcher 3 interactive maps, with a mobile & tablet friendly design faithful to the game.",
"author": {
"name": "untamed0",
"url": "https://github.com/untamed0"
},
"contributors": [
{
"name": "mcarver",
"url": "https://github.com/mcarver"
}
],
"repository": {
"type": "git",
"url": "https://github.com/untamed0/witcher3map"
},
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://witcher3map.com/",
"dependencies": {
"compression": "^1.6.2",
"ddslick": "^1.0.1",
"express": "^4.13.4",
"file-saver": "^2.0.2",
"font-awesome": "^4.6.3",
"fuse.js": "^2.2.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-curl": "^2.2.0",
"grunt-express-server": "^0.5.3",
"grunt-htmlhint": "^0.9.13",
"grunt-jsonlint": "^2.1.3",
"grunt-sitemap-xml": "^0.3.0",
"grunt-sync": "^0.8.2",
"grunt-zip": "^0.18.2",
"gruntify-eslint": "^5.0.0",
"i18next-client": "^1.11.4",
"jquery": "^3.0.0",
"leaflet": "^0.7.7",
"nicescroll": "github:inuyaksa/jquery.nicescroll"
},
"devDependencies": {}
}