carto/package.json
2011-02-18 11:18:06 -08:00

29 lines
996 B
JSON

{
"name" : "carto",
"description" : "Mapnik Stylesheet Compiler",
"url" : "https://github.com/mapbox/carto",
"keywords" : ["mapnik", "maps", "css"],
"author" : "Tom MacWright <macwright@gmail.com>, Konstantin Käfer, Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "0.1.1",
"bin" : { "carto": "./bin/carto",
"cartox": "./bin/cartox",
"mml2json.js": "./bin/mml2json"
},
"main" : "./lib/carto/index",
"directories" : { "test": "./test" },
"engines" : { "node": ">=0.2.4" },
"dependencies" : {
"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",
"expresso" : ">= 0.0.0"
}
}