-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "express-tile-cache",
"version": "1.3.6",
"description": "Express middleware tile cache for tms services",
"main": "lib",
"directories": {
"example": "examples"
},
"dependencies": {
"debug": "^2.1.2",
"express": "^4.12.2",
"fs.extra": "^1.3.2",
"moment": "^2.10.2",
"request": "^2.54.0"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
},
"keywords": [
"express",
"geoserver",
"tms",
"tile",
"cache"
],
"author": {
"name": "cg",
"email": "[email protected]",
"url": "https://github.com/CGastrell"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CGastrell/express-tile-cache.git"
},
"bugs": {
"url": "https://github.com/CGastrell/express-tile-cache/issues"
},
"homepage": "https://github.com/CGastrell/express-tile-cache",
"devDependencies": {
"istanbul": "^0.3.11",
"mocha": "^2.2.1",
"supertest": "^0.15.0"
}
}