forked from publiclab/leaflet-environmental-layers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "leaflet-environmental-layers",
"version": "1.1.4",
"description": "",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"bootstrap": "^4.1.1",
"browserify": "latest",
"grunt": "^1.0.3",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"jasmine": "^2.5.3",
"jasmine-ajax": "^3.3.1",
"jasmine-jquery": "^2.1.1",
"matchdep": "^1.0.1",
"require": "^2.4.20",
"resig-class": "^1.0.0"
},
"dependencies": {
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"leaflet-fullhash": "github:sagarpreet-chadha/leaflet-fullHash",
"leaflet-heatmap": "1.0.0",
"leaflet-providers": "^1.1.17",
"leaflet-spin": "1.1.0"
}
}