carto/package.json

23 lines
771 B
JSON
Raw Normal View History

2010-03-20 07:17:49 +08:00
{
2011-01-06 03:23:51 +08:00
"name" : "mess",
2011-01-07 03:41:51 +08:00
"description" : "Mapnik Stylesheet Compiler",
2011-01-06 03:23:51 +08:00
"url" : "https://github.com/developmentseed/mess.js",
"keywords" : ["mapnik", "maps"],
"author" : "Alexis Sellier <self@cloudhead.net>, Tom MacWright <macwright@gmail.com>",
2010-03-20 07:17:49 +08:00
"contributors" : [],
2011-01-06 03:23:51 +08:00
"version" : "0.0.40",
"bin" : { "messc": "./bin/messc" },
2011-01-07 03:41:51 +08:00
"main" : "./lib/mess/index",
2010-08-15 22:59:03 +08:00
"directories" : { "test": "./test" },
2011-01-06 03:23:51 +08:00
"engines" : { "node": ">=0.2.4" },
"dependencies" : {
2011-01-21 07:50:01 +08:00
"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"
2011-01-06 03:23:51 +08:00
}
2010-03-20 07:17:49 +08:00
}