-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "leaflet-blurred-location",
"version": "1.7.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/leaflet-blurred-location.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/publiclab/leaflet-blurred-location/issues"
},
"homepage": "https://github.com/publiclab/leaflet-blurred-location#readme",
"devDependencies": {
"bootstrap": "^3.3.7",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"jasmine": "^3.3.1",
"jasmine-ajax": "^3.4.0",
"jasmine-jquery": "^2.1.1",
"leaflet-graticule": "~0.0.1",
"matchdep": "^2.0.0",
"require": "^2.4.20",
"resig-class": "^1.0.0"
},
"dependencies": {
"haversine-distance": "^1.1.4",
"jquery": "^3.2.1",
"leaflet": "^1.3.3"
}
}