21 lines
443 B
JSON
21 lines
443 B
JSON
|
{
|
||
|
"name": "carto-site",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"description": "Mapnik Stylesheet Compiler",
|
||
|
"url": "https://github.com/mapbox/carto",
|
||
|
"repositories": [{
|
||
|
"type": "git",
|
||
|
"url": "http://github.com/mapbox/carto.git"
|
||
|
}],
|
||
|
"author": {
|
||
|
"name": "MapBox",
|
||
|
"url": "http://mapbox.com/",
|
||
|
"email": "info@mapbox.com"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"mapnik-reference": "5.0.x",
|
||
|
"underscore": "~1.3.3"
|
||
|
}
|
||
|
}
|