2010-03-20 07:17:49 +08:00
|
|
|
{
|
2011-05-03 23:12:36 +08:00
|
|
|
"name": "carto",
|
2012-08-16 06:04:49 +08:00
|
|
|
"version": "0.9.1",
|
2011-05-03 23:12:36 +08:00
|
|
|
"description": "Mapnik Stylesheet Compiler",
|
|
|
|
"url": "https://github.com/mapbox/carto",
|
|
|
|
"repositories": [{
|
|
|
|
"type": "git",
|
2011-05-11 04:53:40 +08:00
|
|
|
"url": "http://github.com/mapbox/carto.git"
|
2011-05-03 23:12:36 +08:00
|
|
|
}],
|
2011-05-25 05:20:14 +08:00
|
|
|
"author": {
|
|
|
|
"name": "MapBox",
|
|
|
|
"url": "http://mapbox.com/",
|
|
|
|
"email": "info@mapbox.com"
|
|
|
|
},
|
2011-05-03 23:12:36 +08:00
|
|
|
"keywords": [
|
|
|
|
"mapnik",
|
|
|
|
"maps",
|
|
|
|
"css",
|
|
|
|
"stylesheets"
|
|
|
|
],
|
|
|
|
"contributors": [
|
|
|
|
"Tom MacWright <macwright@gmail.com>",
|
|
|
|
"Konstantin Käfer",
|
|
|
|
"Alexis Sellier <self@cloudhead.net>"
|
|
|
|
],
|
|
|
|
"licenses": [{
|
|
|
|
"type": "Apache"
|
|
|
|
}],
|
|
|
|
"bin": {
|
2011-04-30 02:53:19 +08:00
|
|
|
"carto": "./bin/carto",
|
|
|
|
"mml2json.js": "./bin/mml2json.js"
|
|
|
|
},
|
2011-05-03 23:12:36 +08:00
|
|
|
"main": "./lib/carto/index",
|
|
|
|
"engines": {
|
2012-03-08 04:42:16 +08:00
|
|
|
"node": ">=0.4.x"
|
2011-05-03 23:12:36 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-04-17 06:33:46 +08:00
|
|
|
"underscore": "~1.3.3",
|
2012-09-05 00:58:32 +08:00
|
|
|
"mapnik-reference": "https://github.com/mapnik/mapnik-reference/tarball/numbertypes",
|
2012-04-17 06:33:46 +08:00
|
|
|
"xml2js": "~0.1.13"
|
2011-05-03 23:12:36 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-08-16 05:20:43 +08:00
|
|
|
"mocha": "1.3.x",
|
2011-07-26 03:15:50 +08:00
|
|
|
"docco": "0.3.x",
|
|
|
|
"jshint": "0.2.x",
|
|
|
|
"sax": "0.1.x"
|
2011-05-26 23:04:51 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2012-08-02 09:16:48 +08:00
|
|
|
"pretest": "npm install",
|
2012-08-16 05:20:43 +08:00
|
|
|
"test": "mocha -R spec"
|
2011-01-06 03:23:51 +08:00
|
|
|
}
|
2010-03-20 07:17:49 +08:00
|
|
|
}
|