{
  "name": "jsnik",
  "version": "0.0.9",
  "description": "Library for generating Mapnik configuration in JS",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/FreemapSlovakia/jsnik.git"
  },
  "keywords": [
    "mapnik"
  ],
  "author": "Martin Ždila <martin.zdila@freemap.sk>",
  "license": "ISC",
  "dependencies": {
    "tape": "^5.1.1",
    "xmlbuilder": "15.1.1"
  },
  "scripts": {
    "test": "node test/test.js"
  }
}
