permissive-fov
Version:
An implementation of Permissive Field Of View algorithm in JavaScript.
26 lines (25 loc) • 663 B
JSON
{
"name": "permissive-fov",
"version": "2.0.0",
"description": "An implementation of Permissive Field Of View algorithm in JavaScript.",
"main": "src/index.js",
"typings": "types/index.d.ts",
"scripts": {
"watch": "tsc --watch",
"build": "tsc"
},
"keywords": [
"fov",
"roguelike"
],
"author": "Dominik Marczuk <mingos.nospam@gmail.com> (https://dominikmarczuk.pl)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://bitbucket.org/umbraprojekt/permissive-fov.git"
},
"homepage": "https://bitbucket.org/umbraprojekt/permissive-fov",
"devDependencies": {
"typescript": "^3.2.2"
}
}