forked from Esri/esri-leaflet-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"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",
"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",
"load-grunt-tasks": "^3.4.0"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "[email protected]:Esri/esri-leaflet-doc.git"
},
"sample-versions": {
"leaflet": "1.0.3",
"esri-leaflet": "2.0.7",
"esri-leaflet-geocoder": "2.2.3",
"esri-leaflet-vector": "1.0.6"
},
"scripts": {
"start": "grunt"
}
}