forked from naturalatlas/tilestrata-mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 850 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
{
"name": "tilestrata-mapnik",
"version": "0.3.0",
"description": "A TileStrata plugin for rendering tiles with mapnik",
"author": "Brian Reavis <[email protected]>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "mocha -R tap"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilestrata-mapnik.git"
},
"keywords": [
"tilestrata",
"tilestrata-plugin",
"tilestrata-provider",
"mapnik"
],
"bugs": {
"url": "https://github.com/naturalatlas/tilestrata-mapnik/issues"
},
"homepage": "https://github.com/naturalatlas/tilestrata-mapnik",
"dependencies": {
"lodash": "^3.10.1",
"tilelive-mapnik": "^0.6.17"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
},
"peerDependencies": {
"tilestrata": "*"
}
}