forked from mapnik/node-mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 875 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
{
"name" : "mapnik",
"version" : "0.2.13",
"main" : "./lib/mapnik.js",
"description" : "C++ map rendering library for node",
"keywords" : ["map", "graphics", "canvas", "tile"],
"url" : "http://github.com/mapnik/node-mapnik",
"repositories" : [
{
"type" : "git",
"url" : "git://github.com/mapnik/node-mapnik.git"
}
],
"author" : "Dane Springmeyer <[email protected]>",
"contributors" : [],
"licenses" : ["BSD"],
"dependencies" : [],
"bin" : {
"mapnik-inspect.js" : "./bin/mapnik-inspect.js",
"mapnik-render.js" : "./bin/mapnik-render.js"
},
"directories" : {
"examples" : "examples",
"src": "src"
},
"engines" : { "node": ">= 0.2.3" },
"scripts" : {"install": "node-waf -v configure build"}
}