carto/package.json

59 lines
1.2 KiB
JSON
Raw Normal View History

2010-03-20 07:17:49 +08:00
{
2011-05-03 23:12:36 +08:00
"name": "carto",
2015-02-21 02:48:15 +08:00
"version": "0.15.1-cdb1",
2014-12-17 01:39:18 +08:00
"description": "CartoCSS Stylesheet Compiler",
"url": "https://github.com/cartodb/carto",
2013-05-23 10:16:35 +08:00
"repository": {
2014-07-03 23:44:35 +08:00
"type": "git",
2014-12-17 01:39:18 +08:00
"url": "http://github.com/cartodb/carto.git"
2013-05-23 10:16:35 +08:00
},
2011-05-25 05:20:14 +08:00
"author": {
2014-12-17 01:39:18 +08:00
"name": "CartoDB",
2014-12-17 21:35:42 +08:00
"url": "http://cartodb.com/"
2011-05-25 05:20:14 +08:00
},
2011-05-03 23:12:36 +08:00
"keywords": [
"maps",
"css",
"stylesheets"
],
"contributors": [
"Tom MacWright <macwright@gmail.com>",
"Konstantin Käfer",
2014-12-17 21:35:42 +08:00
"Alexis Sellier <self@cloudhead.net>",
2014-12-17 01:39:18 +08:00
"Raul Ochoa <rochoa@cartodb.com>",
2014-12-17 21:35:42 +08:00
"Javi Santana <jsantana@cartodb.com>"
2011-05-03 23:12:36 +08:00
],
2014-07-03 23:44:35 +08:00
"licenses": [
{
"type": "Apache"
2014-07-03 23:44:35 +08:00
}
],
2011-05-03 23:12:36 +08:00
"bin": {
2014-08-03 09:47:27 +08:00
"carto": "./bin/carto"
2011-04-30 02:53:19 +08:00
},
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": {
"underscore": "1.8.3",
2014-09-27 04:10:51 +08:00
"mapnik-reference": "~6.0.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",
2014-07-03 23:44:35 +08:00
"sax": "0.1.x",
"istanbul": "~0.2.14",
"coveralls": "~2.10.1",
2014-12-17 21:35:42 +08:00
"browserify": "~7.0.0",
"uglify-js": "1.3.3"
},
"scripts": {
"pretest": "npm install",
2014-07-03 23:44:35 +08:00
"test": "mocha -R spec",
"coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info"
2011-01-06 03:23:51 +08:00
}
2010-03-20 07:17:49 +08:00
}