UNPKG

globe.gl

Version:

UI component for Globe Data Visualization using ThreeJS/WebGL

64 lines (63 loc) 1.68 kB
{ "name": "globe.gl", "version": "2.21.1", "description": "UI component for Globe Data Visualization using ThreeJS/WebGL", "unpkg": "dist/globe.gl.min.js", "jsdelivr": "dist/globe.gl.min.js", "main": "dist/globe.gl.common.js", "module": "dist/globe.gl.module.js", "types": "dist/globe.gl.d.ts", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/globe.gl.git" }, "keywords": [ "webgl", "three", "globe", "geo", "spherical", "projection", "orthographic" ], "author": { "name": "Vasco Asturiano", "url": "https://bl.ocks.org/vasturiano" }, "license": "MIT", "bugs": { "url": "https://github.com/vasturiano/globe.gl/issues" }, "homepage": "https://github.com/vasturiano/globe.gl", "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", "kapsule": "^1.13.3", "three": "^0.126.1", "three-globe": "^2.18.0", "three-render-objects": "^1.26.0" }, "devDependencies": { "@babel/core": "^7.13.13", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/preset-env": "^7.13.12", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "rimraf": "^3.0.2", "rollup": "^2.43.1", "rollup-plugin-dts": "^3.0.1", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.2.3" } }