2010-03-20 07:17:49 +08:00
|
|
|
{
|
2011-05-03 23:12:36 +08:00
|
|
|
"name": "carto",
|
|
|
|
"description": "Mapnik Stylesheet Compiler",
|
|
|
|
"url": "https://github.com/mapbox/carto",
|
|
|
|
"repositories": [{
|
|
|
|
"type": "git",
|
2011-05-11 04:53:40 +08:00
|
|
|
"url": "http://github.com/mapbox/carto.git"
|
2011-05-03 23:12:36 +08:00
|
|
|
}],
|
|
|
|
"keywords": [
|
|
|
|
"mapnik",
|
|
|
|
"maps",
|
|
|
|
"css",
|
|
|
|
"stylesheets"
|
|
|
|
],
|
|
|
|
"contributors": [
|
|
|
|
"Tom MacWright <macwright@gmail.com>",
|
|
|
|
"Konstantin Käfer",
|
|
|
|
"Alexis Sellier <self@cloudhead.net>"
|
|
|
|
],
|
2011-05-18 23:33:17 +08:00
|
|
|
"version": "0.1.9",
|
2011-05-03 23:12:36 +08:00
|
|
|
"licenses": [{
|
|
|
|
"type": "Apache"
|
|
|
|
}],
|
|
|
|
"bin": {
|
2011-04-30 02:53:19 +08:00
|
|
|
"carto": "./bin/carto",
|
|
|
|
"cartox": "./bin/cartox",
|
|
|
|
"mml2json.js": "./bin/mml2json.js"
|
|
|
|
},
|
2011-05-03 23:12:36 +08:00
|
|
|
"main": "./lib/carto/index",
|
|
|
|
"directories": {
|
|
|
|
"test": "./test"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.2.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2011-04-30 02:53:19 +08:00
|
|
|
"underscore": ">= 1.0.3",
|
|
|
|
"step": ">= 0.0.3",
|
|
|
|
"zipfile": ">= 0.1.0",
|
|
|
|
"xml2js": ">= 0.1.0",
|
2011-05-03 23:12:36 +08:00
|
|
|
"srs": ">= 0.1.0",
|
|
|
|
"get": ">= 0.1.0",
|
|
|
|
"step": ">= 0.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2011-05-11 04:53:40 +08:00
|
|
|
"expresso" : "= 0.7.x",
|
2011-05-23 23:35:42 +08:00
|
|
|
"docco" : "= 0.3.x",
|
2011-05-11 05:20:41 +08:00
|
|
|
"jshint" : "= 0.2.x"
|
2011-01-06 03:23:51 +08:00
|
|
|
}
|
2010-03-20 07:17:49 +08:00
|
|
|
}
|