0.1.3, package.json fixes

This commit is contained in:
Tom MacWright 2011-03-02 15:26:36 -05:00
parent f1d06c28fa
commit f201dd6e0d

View File

@ -5,10 +5,10 @@
"keywords" : ["mapnik", "maps", "css"],
"author" : "Tom MacWright <macwright@gmail.com>, Konstantin Käfer, Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "0.1.2",
"version" : "0.1.3",
"bin" : { "carto": "./bin/carto",
"cartox": "./bin/cartox",
"mml2json.js": "./bin/mml2json"
"mml2json.js": "./bin/mml2json.js"
},
"main" : "./lib/carto/index",
"directories" : { "test": "./test" },
@ -17,9 +17,7 @@
"underscore" : ">= 1.0.3",
"step" : ">= 0.0.3",
"zipfile" : ">= 0.1.0",
// required for tests
"xml2js" : ">= 0.1.0",
// node-srs required by renderer.js ensureSRS()
"srs" : ">= 0.1.0",
"node-get" : "= 0.1.0",
"step" : ">= 0.0.3",