-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "tilestrata-vtile-raster",
"version": "0.5.0",
"description": "A TileStrata plugin for rendering vector tiles to images",
"author": "Brandon Reavis <[email protected]>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "eslint . --fix && mocha -R tap",
"test-syntax": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilestrata-vtile-raster.git"
},
"keywords": [
"tilestrata",
"tilestrata-plugin",
"tilestrata-provider",
"vector",
"tile",
"mapnik"
],
"bugs": {
"url": "https://github.com/naturalatlas/tilestrata-vtile-raster/issues"
},
"homepage": "https://github.com/naturalatlas/tilestrata-vtile-raster",
"dependencies": {
"active-cache": "^0.1.0",
"async": "^1.5.2",
"lodash": "~4.11.2",
"tilestrata-dependency": "~0.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-naturalatlas": "latest",
"mocha": "^2.4.5"
},
"peerDependencies": {
"tilestrata": "*",
"mapnik": "*"
}
}