-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "arcgis-level-fixer",
"version": "0.3.2",
"description": "ArcGIS mapserver doesn't require standard \"zoom levels\" to be published. This can mess up the zoom level index, which always starts at 0. This project intends to make it a little smarter.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:cbupp/arcgis-level-fixer.git"
},
"keywords": [
"agol",
"mapbox",
"proxy"
],
"author": "GIS, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/cbupp/arcgis-level-fixer/issues"
},
"homepage": "https://github.com/cbupp/arcgis-level-fixer",
"dependencies": {
"async": "^1.3.0",
"express": "^4.8.2",
"images": "^2.1.6",
"serve-favicon": "^2.2.0",
"tileify-ags": "1.0.0"
},
"devDependencies": {
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.9.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-git-describe": "^2.3.2",
"grunt-jasmine-node": "~0.1.0",
"grunt-lineending": "^0.2.2",
"grunt-regex-replace": "^0.2.6"
}
}