{
  "name": "geo-lib",
  "description": "A Node.js module with useful geo functions. Made with performance in mind.",
  "version": "0.4.0",
  "homepage": "https://github.com/5orenso/geo-lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/5orenso/geo-lib"
  },
  "bugs": {
    "url": "https://github.com/5orenso/geo-lib/issues"
  },
  "author": {
    "name": "Øistein Sørensen",
    "email": "sorenso@gmail.com"
  },
  "main": "app/app.js",
  "engines": {
    "node": ">=4.3"
  },
  "scripts": {
    "test": "grunt"
  },
  "devDependencies": {
    "buster": "^0.7.18",
    "buster-istanbul": "^0.1.13",
    "grunt": "^1.0.1",
    "grunt-buster": "^0.4.2",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-coveralls": "^1.0.0",
    "grunt-jscs": "^3.0.0",
    "grunt-jsdoc": "^2.1.0",
    "grunt-nodemon": "^0.4.0",
    "grunt-retire": "^1.0.1",
    "grunt-shell": "^1.1.2",
    "ink-docstrap": "^1.2.1"
  },
  "keywords": [],
  "dependencies": {},
  "eslintConfig": {
    "env": {
      "browser": true,
      "node": true,
      "es6": true
    }
  }
}
