forked from Esri/esri-leaflet-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"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]>"
],
"description": "Esri Leaflet documentation, api reference and tutorials.",
"devDependencies": {
"assemble": "^0.4.42",
"esri-leaflet": "2.2.4",
"esri-leaflet-cluster": "2.0.0",
"esri-leaflet-geocoder": "2.2.14",
"esri-leaflet-gp": "2.0.3",
"esri-leaflet-heatmap": "2.0.0",
"esri-leaflet-renderers": "2.0.6",
"esri-leaflet-vector": "2.0.2",
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-gh-pages": "^3.1.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.0.2",
"leaflet": "1.4.0",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^4.11.0",
"ssri": "^6.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"
},
"dependencies": {},
"engines": {
"node": ">=8"
}
}