forked from Esri/esri-leaflet-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
{
"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)"
],
"description": "Esri Leaflet documentation, api reference and tutorials.",
"devDependencies": {
"assemble": "^0.4.42",
"esri-leaflet": "^2.1.1",
"esri-leaflet-cluster": "^2.0.0",
"esri-leaflet-geocoder": "^2.2.6",
"esri-leaflet-gp": "^2.0.2",
"esri-leaflet-heatmap": "^2.0.0",
"esri-leaflet-renderers": "^2.0.6",
"esri-leaflet-vector": "^1.0.7",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^1.0.0",
"grunt-newer": "^1.1.1",
"grunt-sass": "^1.2.1",
"leaflet": "^1.2.0",
"load-grunt-tasks": "^3.4.0",
"ssri": "^4.1.6"
},
"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": {}
}