UNPKG

three-pointerlock-ts

Version:

Three.js Pointer Lock Controls as a typescript module

41 lines (40 loc) 785 B
{ "name": "three-pointerlock-ts", "version": "0.0.2", "description": "Three.js Pointer Lock Controls as a typescript module", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "threejs", "controls", "input", "mouse", "3d", "wasd", "typescript", "tsc", "ts" ], "author": "Bruno Cangussu", "license": "MIT", "browserDependencies": { "three": "^0.68.0" }, "repository": { "type": "git", "url": "https://github.com/nkm/three-pointerlock" }, "peerDependencies": { "three": "*" }, "devDependencies": { "@types/three": "^0.103.2", "nodemon": "^1.19.0", "typescript": "^3.4.5" }, "dependencies": { "three": "^0.104.0" } }