57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "carto",
|
|
"version": "0.13.0",
|
|
"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"
|
|
},
|
|
"man": "./man/carto.1",
|
|
"main": "./lib/carto/index",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "~1.6.0",
|
|
"mapnik-reference": "5.1.x",
|
|
"optimist": "~0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.12.x",
|
|
"jshint": "0.2.x",
|
|
"sax": "0.1.x",
|
|
"istanbul": "~0.2.14",
|
|
"coveralls": "~2.10.1"
|
|
},
|
|
"scripts": {
|
|
"pretest": "npm install",
|
|
"test": "mocha -R spec",
|
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info"
|
|
}
|
|
}
|