{
  "name": "map-maker",
  "version": "0.4.0",
  "description": "Tool for building maps",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "preversion": "grunt lint",
    "version": "grunt docs-add && git add -u",
    "test": "grunt test",
    "test-server": "http-server test-site"
  },
  "bin": {
    "mapmaker": "./bin/mapmaker.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CJTozer/mapmaker.git"
  },
  "author": "Chris Tozer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CJTozer/mapmaker/issues"
  },
  "homepage": "https://github.com/CJTozer/mapmaker#readme",
  "dependencies": {
    "async": "^2.1.4",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "d3": "^4.4.0",
    "download": "^5.0.2",
    "http-server": "^0.9.0",
    "jsdom": "^9.9.1",
    "jshint-stylish": "^2.2.1",
    "merge-config": "^2.0.0",
    "node-css": "^0.1.0",
    "object-hash": "^1.1.5",
    "ogr2ogr": "^1.0.0",
    "tabula": "^1.9.0",
    "url-join": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "esdoc": "^0.5.1",
    "eslint": "^3.13.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-config-idiomatic": "^2.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-esdoc": "0.0.4",
    "grunt-git": "^1.0.3",
    "grunt-jsonlint": "^1.1.0",
    "grunt-mocha-test": "^0.13.2",
    "gruntify-eslint": "^3.1.0",
    "jshint": "^2.9.4",
    "mocha": "^3.2.0",
    "xml2js": "^0.4.17"
  }
}
