UNPKG

three-globe

Version:

Globe data visualization as a ThreeJS reusable 3D object

76 lines (75 loc) 2.04 kB
{ "name": "three-globe", "version": "2.18.3", "description": "Globe data visualization as a ThreeJS reusable 3D object", "unpkg": "dist/three-globe.min.js", "main": "dist/three-globe.common.js", "module": "dist/three-globe.module.js", "types": "dist/three-globe.d.ts", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/three-globe.git" }, "homepage": "https://github.com/vasturiano/three-globe", "keywords": [ "3d", "globe", "webgl", "visualization", "three" ], "author": { "name": "Vasco Asturiano", "url": "http://bl.ocks.org/vasturiano" }, "license": "MIT", "bugs": { "url": "https://github.com/vasturiano/three-globe/issues" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -w -c rollup.config.dev.js", "prepare": "npm run build" }, "files": [ "dist/**/*", "example/**/*" ], "dependencies": { "@tweenjs/tween.js": "^18.6.4", "accessor-fn": "^1.3.0", "d3-geo": "^2.0.1", "d3-interpolate": "^2.0.1", "d3-scale": "^3.3.0", "data-joint": "^1.2.4", "earcut": "^2.2.2", "frame-ticker": "^1.0.3", "h3-js": "^3.7.2", "index-array-by": "^1.3.1", "kapsule": "^1.13.4", "three-conic-polygon-geometry": "1.4.3", "three-fatline": "^0.5.0", "three-geojson-geometry": "^1.1.3", "tinycolor2": "^1.4.2" }, "peerDependencies": { "three": ">=0.88.0" }, "devDependencies": { "@babel/core": "^7.14.3", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.14.2", "@babel/preset-env": "^7.14.2", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/three": ">=0.88.0", "rimraf": "^3.0.2", "rollup": "^2.49.0", "rollup-plugin-dts": "^3.0.2", "rollup-plugin-terser": "^7.0.2", "three": "^0.128.0", "typescript": "^4.2.4" } }