-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 1.55 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
{
"name": "vaguely-rude-places",
"version": "2.1.1",
"description": "The Vaguely Rude Places Map",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vicchi/vaguely-rude-places.git"
},
"author": "Gary Gale <[email protected]> (http://www.garygale.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vicchi/vaguely-rude-places/issues"
},
"homepage": "https://github.com/vicchi/vaguely-rude-places",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"bootstrap-sass": "^3.4.1",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsonlint": "^2.0.0",
"grunt-jsonmin": "^0.2.4",
"grunt-mkdir": "^1.0.0",
"grunt-openport": "^1.0.0",
"grunt-replace": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"jquery": "^3.4.1",
"leaflet": "^1.5.1",
"leaflet-groupedlayercontrol": "^0.6.1",
"leaflet-providers": "^2.0.0",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.4.1",
"list.js": "^2.3.1",
"load-grunt-tasks": "^5.1.0",
"sass": "^1.63.6",
"typeahead.js": "^0.11.1"
}
}