Skip to content

Instantly share code, notes, and snippets.

@dmitrig01
Created August 18, 2011 14:28
Show Gist options
  • Save dmitrig01/1154162 to your computer and use it in GitHub Desktop.
Save dmitrig01/1154162 to your computer and use it in GitHub Desktop.
{
"name" : "mapnik",
"version" : "0.5.3",
"main" : "./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" : {},
"engines" : { "node": ">= 0.2.3" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment