55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "carto",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"mapnik",
|
|
"maps",
|
|
"css",
|
|
"stylesheets"
|
|
],
|
|
"contributors": [
|
|
"Tom MacWright <macwright@gmail.com>",
|
|
"Konstantin Käfer",
|
|
"Alexis Sellier <self@cloudhead.net>"
|
|
],
|
|
"version": "0.1.15",
|
|
"licenses": [{
|
|
"type": "Apache"
|
|
}],
|
|
"bin": {
|
|
"carto": "./bin/carto",
|
|
"cartox": "./bin/cartox",
|
|
"mml2json.js": "./bin/mml2json.js"
|
|
},
|
|
"main": "./lib/carto/index",
|
|
"directories": {
|
|
"test": "./test"
|
|
},
|
|
"engines": {
|
|
"node": "~ 0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "1.1.x",
|
|
"xml2js": ">= 0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"expresso" : "= 0.7.x",
|
|
"docco" : "= 0.3.x",
|
|
"jshint" : "= 0.2.x"
|
|
},
|
|
"scripts": {
|
|
"pretest": "which expresso || npm install --dev",
|
|
"test": "which expresso | sh"
|
|
}
|
|
}
|