-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 940 Bytes
/
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": "s3-tile-storage",
"version": "1.1.0",
"description": "S3 tile storage for express-tile-cache. Adds s3 remote storage to tile cache capabilities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CGastrell/s3-tile-storage.git"
},
"keywords": [
"tile",
"cache",
"tms",
"aws",
"s3",
"express-tile-cache",
"geoserver",
"maps",
"tiles",
"storage"
],
"author": {
"name": "cg",
"email": "[email protected]",
"url": "https://github.com/CGastrell"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CGastrell/s3-tile-storage/issues"
},
"homepage": "https://github.com/CGastrell/s3-tile-storage",
"dependencies": {
"aws-sdk": "^2.1.16",
"debug": "^2.1.2",
"request": "^2.55.0",
"s3-upload-stream": "^1.0.2"
}
}