Updating package and readme
This commit is contained in:
parent
9c328aa99d
commit
ffe21b54d0
16
README.md
16
README.md
@ -2,6 +2,12 @@
|
||||
|
||||
Is a stylesheet renderer for Mapnik. It's an evolution of the [Cascadenik](https://github.com/mapnik/Cascadenik) idea and language, with an emphasis on speed and flexibility.
|
||||
|
||||
## Installation
|
||||
|
||||
Follow the directions to install [node-zipfile](https://github.com/springmeyer/node-zipfile) and then:
|
||||
|
||||
npm install mess
|
||||
|
||||
## MML
|
||||
_incompatibility_
|
||||
|
||||
@ -189,7 +195,15 @@ By defining multiple fonts in a `text-face-name` definition, you create [FontSet
|
||||
|
||||
## Credits
|
||||
|
||||
`mess.js` is based on [less.js](https://github.com/cloudhead/less.js), a CSS compiler written by Alexis Sellier. It depends on [underscore.js](https://github.com/documentcloud/underscore/).
|
||||
`mess.js` is based on [less.js](https://github.com/cloudhead/less.js), a CSS compiler written by Alexis Sellier.
|
||||
|
||||
It depends on
|
||||
|
||||
* [underscore.js](https://github.com/documentcloud/underscore/)
|
||||
* [zipfile](https://github.com/springmeyer/node-zipfile)
|
||||
* [srs](https://github.com/springmeyer/node-srs)
|
||||
* [step](https://github.com/creationix/step)
|
||||
* [xml2js](https://github.com/maqr/node-xml2js)
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
"name" : "mess",
|
||||
"description" : "Mapnik Stylesheet Compiler",
|
||||
"url" : "https://github.com/developmentseed/mess.js",
|
||||
"keywords" : ["mapnik", "maps"],
|
||||
"author" : "Alexis Sellier <self@cloudhead.net>, Tom MacWright <macwright@gmail.com>",
|
||||
"keywords" : ["mapnik", "maps", "css"],
|
||||
"author" : "Tom MacWright <macwright@gmail.com>, Konstantin Käfer, Alexis Sellier <self@cloudhead.net>",
|
||||
"contributors" : [],
|
||||
"version" : "0.0.40",
|
||||
"version" : "0.1.0",
|
||||
"bin" : { "messc": "./bin/messc" },
|
||||
"main" : "./lib/mess/index",
|
||||
"directories" : { "test": "./test" },
|
||||
|
Loading…
Reference in New Issue
Block a user