forked from Esri/esri-leaflet-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.01 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
{
"name": "esri-leaflet-doc",
"version": "1.0.0",
"private": true,
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"John Gravois <[email protected]> (http://johngravois.com)",
"Gavin Rehkemper <[email protected]>",
"Jacob Wasilkowski <[email protected]> (https://jwasilgeo.github.io)"
],
"description": "Esri Leaflet documentation, api reference and tutorials.",
"devDependencies": {
"assemble": "^0.4.42",
"coffeescript": "^2.5.1",
"eslint": "^7.21.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"esri-leaflet": "3.0.8",
"esri-leaflet-cluster": "3.0.0",
"esri-leaflet-geocoder": "3.1.3",
"esri-leaflet-gp": "2.0.3",
"esri-leaflet-heatmap": "2.0.1",
"esri-leaflet-renderers": "2.1.3",
"esri-leaflet-vector": "3.1.2",
"grunt": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-gh-pages": "^4.0.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.1.0",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.0",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^6.0.0",
"ssri": "^8.0.1"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "[email protected]:Esri/esri-leaflet-doc.git"
},
"scripts": {
"build": "grunt docs:build",
"deploy": "grunt docs:deploy",
"integrity": "node ./data/integrity.js",
"start": "grunt",
"test": "grunt lint"
},
"engines": {
"node": ">=10"
}
}