carto/package.json
2011-01-06 14:41:51 -05:00

18 lines
590 B
JSON

{
"name" : "mess",
"description" : "Mapnik Stylesheet Compiler",
"url" : "https://github.com/developmentseed/mess.js",
"keywords" : ["mapnik", "maps"],
"author" : "Alexis Sellier <self@cloudhead.net>, Tom MacWright <macwright@gmail.com>",
"contributors" : [],
"version" : "0.0.40",
"bin" : { "messc": "./bin/messc" },
"main" : "./lib/mess/index",
"directories" : { "test": "./test" },
"engines" : { "node": ">=0.2.4" },
"dependencies" : {
"underscore": ">= 1.0.3",
"step": ">= 0.0.3"
}
}