{ "name": "carto", "version": "0.7.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" }, "keywords": [ "mapnik", "maps", "css", "stylesheets" ], "contributors": [ "Tom MacWright ", "Konstantin Käfer", "Alexis Sellier " ], "licenses": [{ "type": "Apache" }], "bin": { "carto": "./bin/carto", "mml2json.js": "./bin/mml2json.js" }, "main": "./lib/carto/index", "engines": { "node": ">=0.4.x" }, "dependencies": { "underscore": "~1.3.3", "mapnik-reference": "https://github.com/mapnik/mapnik-reference/tarball/transform-functions", "xml2js": "~0.1.13" }, "devDependencies": { "mocha": "1.0.x", "docco": "0.3.x", "jshint": "0.2.x", "sax": "0.1.x" }, "scripts": { "pretest": "npm install --dev", "test": "mocha" } }