59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "carto",
|
|
"version": "0.15.1-cdb2",
|
|
"description": "CartoCSS Stylesheet Compiler",
|
|
"url": "https://github.com/cartodb/carto",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/cartodb/carto.git"
|
|
},
|
|
"author": {
|
|
"name": "CartoDB",
|
|
"url": "http://cartodb.com/"
|
|
},
|
|
"keywords": [
|
|
"maps",
|
|
"css",
|
|
"stylesheets"
|
|
],
|
|
"contributors": [
|
|
"Tom MacWright <macwright@gmail.com>",
|
|
"Konstantin Käfer",
|
|
"Alexis Sellier <self@cloudhead.net>",
|
|
"Raul Ochoa <rochoa@cartodb.com>",
|
|
"Javi Santana <jsantana@cartodb.com>"
|
|
],
|
|
"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": "~6.0.2",
|
|
"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",
|
|
"browserify": "~7.0.0",
|
|
"uglify-js": "1.3.3"
|
|
},
|
|
"scripts": {
|
|
"pretest": "npm install",
|
|
"test": "mocha -R spec",
|
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info"
|
|
}
|
|
}
|