UNPKG

mrpas

Version:

A Field of View (FOV) computation algorithm.

26 lines (25 loc) 601 B
{ "name": "mrpas", "version": "2.0.0", "description": "A Field of View (FOV) computation algorithm.", "main": "src/index.js", "scripts": { "watch": "tsc --watch", "build": "tsc" }, "typings": "src/index.d.ts", "repository": { "type": "git", "url": "https://bitbucket.org/umbraprojekt/mrpas.git" }, "keywords": [ "fov", "roguelike" ], "author": "Dominik Marczuk <mingos.nospam@gmail.com> (http://dominikmarczuk.pl)", "license": "BSD-2-Clause", "homepage": "https://bitbucket.org/mingos/mrpas", "devDependencies": { "typescript": "^3.2.2" } }