123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "three-orbitcontrols-ts",
- "version": "0.1.2",
- "description": "ThreeJS OrbitControls as a standalone and typescript compatible npm module",
- "main": "dist",
- "scripts": {
- "preversion": "npm test && ./node_modules/typescript/bin/tsc -p tsconfig.json",
- "test": "mocha --opts mocha.opts"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nicolaspanel/three-orbitcontrols-ts.git"
- },
- "author": "",
- "license": "MIT",
- "keywords": [
- "orbit",
- "controls",
- "threejs",
- "three",
- "js",
- "orbiter",
- "camera",
- "controller"
- ],
- "bugs": {
- "url": "https://github.com/nicolaspanel/three-orbitcontrols-ts/issues"
- },
- "homepage": "https://github.com/nicolaspanel/three-orbitcontrols-ts#readme",
- "dependencies": {
- "three": "^0.83.0"
- },
- "devDependencies": {
- "@types/core-js": "^0.9.35",
- "@types/jsdom": "^2.0.29",
- "@types/mocha": "^2.2.35",
- "@types/three": "^0.81.0",
- "chai": "^3.5.0",
- "jsdom": "^9.9.1",
- "mocha": "^3.2.0",
- "ts-node": "^2.0.0",
- "typescript": "^2.1.4"
- },
- "typings": "dist/index.d.ts"
- }
|