-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.36 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
{
"name": "leaflet.blurred-location-display",
"version": "1.3.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "http-server -p 8080 -c-1",
"build": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/leaflet-blurred-location-display.git"
},
"author": "Sagarpreet Chadha",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/leaflet-blurred-location-display/issues"
},
"homepage": "https://github.com/publiclab/leaflet-blurred-location-display/blob/main/README.md",
"devDependencies": {
"bootstrap": "^4.1.2",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"http-server": "^13.0.0",
"jasmine": "^3.4.0",
"jasmine-ajax": "^4.0.0",
"jasmine-jquery": "^2.1.1",
"leaflet": "^1.4.0",
"leaflet-blurred-location": "^1.7.0",
"leaflet-graticule": "git://github.com/jywarren/Leaflet.Graticule.git#patch-1",
"matchdep": "^2.0.0",
"require": "^2.4.20",
"resig-class": "^1.0.0"
},
"dependencies": {
"jquery": "^3.3.1"
}
}