-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.13 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
46
{
"name": "tilestrata-vtile",
"version": "0.5.3",
"description": "A TileStrata plugin for generating vector tiles with mapnik",
"author": "Brandon Reavis <brandon@naturalatlas.com>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "eslint . --fix && mocha -R list",
"test-ci": "mocha -R tap",
"test-syntax": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilestrata-vtile.git"
},
"keywords": [
"tilestrata",
"tilestrata-plugin",
"tilestrata-provider",
"mapnik",
"vector",
"tile"
],
"bugs": {
"url": "https://github.com/naturalatlas/tilestrata-vtile/issues"
},
"homepage": "https://github.com/naturalatlas/tilestrata-vtile",
"dependencies": {
"active-cache": "^0.1.0",
"lodash": "^3.10.1",
"mapnik-pool": "0.1.2",
"sphericalmercator": "1.0.4"
},
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^1.10.1",
"eslint-config-naturalatlas": "latest",
"mocha": "^2.3.3",
"tilestrata-vtile-raster": "*"
},
"peerDependencies": {
"tilestrata": "*",
"mapnik": "*"
}
}