three-trackballcontrols-ts
Version:
ThreeJS Trackball Controls as a standalone and typescript compatible npm module
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "three-trackballcontrols-ts",
"version": "0.2.3",
"description": "ThreeJS Trackball Controls as a standalone and typescript compatible npm module",
"main": "dist",
"scripts": {
"preversion": "npm test && ./node_modules/typescript/bin/tsc -p tsconfig.json",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omanoel/three-trackballcontrols-ts.git"
},
"author": "Olivier MANOEL",
"license": "MIT",
"keywords": [
"trackball",
"controls",
"threejs",
"three",
"js",
"camera",
"controller"
],
"bugs": {
"url": "https://github.com/omanoel/three-trackballcontrols-ts/issues"
},
"homepage": "https://github.com/omanoel/three-trackballcontrols-ts#readme",
"peerDependencies": {
"three": "0.124.0"
},
"devDependencies": {
"@types/core-js": "2.5.4",
"@types/jsdom": "16.2.6",
"@types/mocha": "8.2.0",
"@types/three": "0.103.2",
"chai": "4.2.0",
"jsdom": "16.4.0",
"mocha": "8.2.1",
"ts-node": "9.1.1",
"typescript": "4.1.3"
},
"typings": "dist/index.d.ts",
"dependencies": {
"three": "0.124.0"
}
}