54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "carto",
|
|
"version": "0.9.4",
|
|
"description": "Mapnik Stylesheet Compiler",
|
|
"url": "https://github.com/mapbox/carto",
|
|
"repository": {
|
|
"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>"
|
|
],
|
|
"licenses": [{
|
|
"type": "Apache"
|
|
}],
|
|
"bin": {
|
|
"carto": "./bin/carto",
|
|
"mml2json.js": "./bin/mml2json.js"
|
|
},
|
|
"man": "./man/carto.1",
|
|
"main": "./lib/carto/index",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "~1.4.3",
|
|
"mapnik-reference": "https://github.com/mapnik/mapnik-reference/archive/master.tar.gz",
|
|
"xml2js": "~0.2.4",
|
|
"optimist": "~0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.12.x",
|
|
"jshint": "0.2.x",
|
|
"sax": "0.1.x"
|
|
},
|
|
"scripts": {
|
|
"pretest": "npm install",
|
|
"test": "mocha -R spec"
|
|
}
|
|
}
|