Comparing version 0.11.0 to 0.12.1
## Changelog | ||
## 0.12.0 | ||
* Drop mml2json and xml2js dependency. | ||
## 0.11.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "carto", | ||
"version": "0.11.0", | ||
"version": "0.12.1", | ||
"description": "Mapnik Stylesheet Compiler", | ||
"url": "https://github.com/mapbox/carto", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/mapbox/carto.git" | ||
"type": "git", | ||
"url": "http://github.com/mapbox/carto.git" | ||
}, | ||
@@ -26,8 +26,9 @@ "author": { | ||
], | ||
"licenses": [{ | ||
"licenses": [ | ||
{ | ||
"type": "Apache" | ||
}], | ||
} | ||
], | ||
"bin": { | ||
"carto": "./bin/carto", | ||
"mml2json.js": "./bin/mml2json.js" | ||
"carto": "./bin/carto" | ||
}, | ||
@@ -42,3 +43,2 @@ "man": "./man/carto.1", | ||
"mapnik-reference": "5.0.9", | ||
"xml2js": "~0.4.2", | ||
"optimist": "~0.6.0" | ||
@@ -49,8 +49,11 @@ }, | ||
"jshint": "0.2.x", | ||
"sax": "0.1.x" | ||
"sax": "0.1.x", | ||
"istanbul": "~0.2.14", | ||
"coveralls": "~2.10.1" | ||
}, | ||
"scripts": { | ||
"pretest": "npm install", | ||
"test": "mocha -R spec" | ||
"test": "mocha -R spec", | ||
"coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info" | ||
} | ||
} |
# CartoCSS | ||
[![Build Status](https://secure.travis-ci.org/mapbox/carto.png)](http://travis-ci.org/mapbox/carto) | ||
[![Build Status](https://secure.travis-ci.org/mapbox/carto.png)](http://travis-ci.org/mapbox/carto) [![Coverage Status](https://coveralls.io/repos/mapbox/carto/badge.png)](https://coveralls.io/r/mapbox/carto) | ||
@@ -5,0 +5,0 @@ Is the language for map design used by [TileMill](). It is similiar in syntax to CSS, but builds upon it with specific abilities to filter map data and by providing things like variables. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
2
194490
5
51
3344
- Removedxml2js@~0.4.2
- Removedsax@1.4.1(transitive)
- Removedxml2js@0.4.23(transitive)
- Removedxmlbuilder@11.0.1(transitive)