{
  "name": "bresenham",
  "version": "0.0.3",
  "description": "Bresenham's line algorithm",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec -r should test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:madbence/node-bresenham.git"
  },
  "keywords": [
    "line",
    "bresenham",
    "math"
  ],
  "author": "Bence Dányi <madbence@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/madbence/node-bresenham/issues"
  },
  "homepage": "https://github.com/madbence/node-bresenham",
  "devDependencies": {
    "should": "^3.3.1",
    "mocha": "^1.18.2"
  }

,"_resolved": "https://registry.npmjs.org/bresenham/-/bresenham-0.0.3.tgz"
,"_integrity": "sha1-q9q55bGU4nx1fNMU2ERDFPKZh3o="
,"_from": "bresenham@0.0.3"
}