Created
August 18, 2011 14:28
-
-
Save dmitrig01/1154162 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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