-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
77 lines (77 loc) · 2.5 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
69
70
71
72
73
74
75
76
77
{
"name": "leaflet-environmental-layers",
"version": "2.4.9",
"description": "",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -p 8080 -c-1",
"start:ci": "http-server -p 8080 -c-1 --silent",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:electron": "cypress run --browser electron",
"prepublishOnly": "yarn install && grunt build",
"postversion": "echo \"The version is bumped in this commit\"",
"postpublish": "echo \"The version is bumped :)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/leaflet-environmental-layers.git"
},
"keywords": [],
"author": {
"name": "Sagarpreet Chadha"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/publiclab/leaflet-environmental-layers/issues"
},
"homepage": "https://github.com/publiclab/leaflet-environmental-layers#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-for-of": "^7.8.4",
"@babel/preset-env": "^7.8.7",
"@fortawesome/fontawesome-free": "^5.11.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"bootstrap": "^4.1.1",
"browserify": "latest",
"cypress": "^4.12.1",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"http-server": "^13.0.0",
"jasmine": "^3.8.0",
"jasmine-ajax": "^4.0.0",
"jasmine-jquery": "^2.1.1",
"matchdep": "^2.0.0",
"require": "^2.4.20",
"resig-class": "^2.0.0"
},
"dependencies": {
"esri-leaflet": "^2.3.3",
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"leaflet-blurred-location": "^1.7.0",
"leaflet-fullhash": "github:sagarpreet-chadha/leaflet-fullHash",
"leaflet-google-places-autocomplete": "0.0.9",
"leaflet-heatmap": "1.0.0",
"leaflet-providers": "^1.1.17",
"leaflet-spin": "1.1.2",
"leaflet.blurred-location-display": "^1.3.2",
"leaflet.glify": "github:robertleeplummerjr/Leaflet.glify#aa2b356"
}
}