three-globe
Version:
Globe data visualization as a ThreeJS reusable 3D object
71 lines (70 loc) • 1.97 kB
JSON
{
"name": "three-globe",
"version": "2.1.1",
"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",
"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"
},
"files": [
"dist/**/*",
"example/**/*"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w",
"minify": "terser dist/three-globe.js -o dist/three-globe.min.js -c -m --comments '/Version/'",
"build-module": "rollup -c rollup.config.module.js",
"prepare": "npm run build && npm run minify && npm run build-module"
},
"dependencies": {
"@tweenjs/tween.js": "^18.3.1",
"accessor-fn": "^1.2.2",
"d3-geo": "^1.11.6",
"d3-scale": "^3.1.0",
"data-joint": "^1.1.0",
"earcut": "^2.1.5",
"frame-ticker": "^1.0.3",
"h3-js": "^3.5.0",
"index-array-by": "^1.2.6",
"kapsule": "^1.10.1",
"three-conic-polygon-geometry": "^1.1.2",
"three-geojson-geometry": "^1.0.0",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"three": "*"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"rimraf": "^3.0.0",
"rollup": "^1.21.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser": "^4.3.1"
}
}