UNPKG

bresenham

Version:
30 lines (29 loc) 655 B
{ "name": "bresenham", "version": "0.0.4", "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": { "mocha": "^1.18.2", "semver": "^5.1.0", "should": "^8.1.1" } }