forked from Esri/esri-leaflet-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "esri-leaflet-doc",
"version": "2.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": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^1.0.0",
"grunt-newer": "^1.1.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"
},
"scripts": {
"start": "grunt"
}
}