carto/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2010-03-20 07:17:49 +08:00
{
2011-05-03 23:12:36 +08:00
"name": "carto",
2014-04-11 10:10:23 +08:00
"version": "0.9.6",
2011-05-03 23:12:36 +08:00
"description": "Mapnik Stylesheet Compiler",
"url": "https://github.com/mapbox/carto",
2013-05-23 10:16:35 +08:00
"repository": {
"type": "git",
"url": "http://github.com/mapbox/carto.git"
2013-05-23 10:16:35 +08:00
},
2011-05-25 05:20:14 +08:00
"author": {
2013-12-10 09:39:54 +08:00
"name": "Mapbox",
2011-05-25 05:20:14 +08:00
"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>"
],
2012-12-20 00:53:10 +08:00
"licenses": [{
"type": "Apache"
2012-12-20 00:53:10 +08:00
}],
2011-05-03 23:12:36 +08:00
"bin": {
2011-04-30 02:53:19 +08:00
"carto": "./bin/carto",
"mml2json.js": "./bin/mml2json.js"
},
2013-03-04 03:05:47 +08:00
"man": "./man/carto.1",
2011-05-03 23:12:36 +08:00
"main": "./lib/carto/index",
"engines": {
"node": ">=0.4.x"
2011-05-03 23:12:36 +08:00
},
"dependencies": {
2014-04-11 09:02:00 +08:00
"underscore": "~1.6.0",
2014-04-11 09:07:47 +08:00
"mapnik-reference": "5.0.8",
2014-04-11 09:02:00 +08:00
"xml2js": "~0.4.2",
2013-07-10 02:03:59 +08:00
"optimist": "~0.6.0"
2011-05-03 23:12:36 +08:00
},
"devDependencies": {
2013-07-10 02:03:59 +08:00
"mocha": "1.12.x",
"jshint": "0.2.x",
"sax": "0.1.x"
},
"scripts": {
"pretest": "npm install",
"test": "mocha -R spec"
2011-01-06 03:23:51 +08:00
}
2010-03-20 07:17:49 +08:00
}