globe.gl
Version:
UI component for Globe Data Visualization using ThreeJS/WebGL
64 lines (63 loc) • 1.67 kB
JSON
{
"name": "globe.gl",
"version": "2.9.2",
"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.5.0",
"accessor-fn": "^1.3.0",
"kapsule": "^1.13.3",
"three": "^0.115.0",
"three-globe": "^2.7.0",
"three-render-objects": "^1.13.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.4.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-dts": "^1.3.0",
"rollup-plugin-terser": "^5.3.0",
"typescript": "^3.8.3"
}
}