rvo2
Version:
RVO2 is a node.js wrapper around the pedestrian simulator RVO2 library, an implementation of the ORCA algorithm.
37 lines (36 loc) • 915 B
JSON
{
"name": "rvo2",
"version": "1.2.0",
"description": "RVO2 is a node.js wrapper around the pedestrian simulator RVO2 library, an implementation of the ORCA algorithm.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"test": "tsc --noImplicitAny --module commonjs ./rvo2/rvo2-test.ts",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TNOCS/rvo2.git"
},
"keywords": [
"pedestrian",
"simulator",
"orca",
"path",
"planning",
"simulation"
],
"author": "Erik Vullings <erik.vullings@gmail.com> (http://www.tno.nl)",
"license": "Apache-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/TNOCS/rvo2/issues"
},
"homepage": "https://github.com/TNOCS/rvo2#readme",
"devDependencies": {
"typescript": "^2.1.6"
}
}