geojson3d
Version:
Renders GeoJsons using Three.js
44 lines (43 loc) • 963 B
JSON
{
"name": "geojson3d",
"version": "0.8.0",
"description": "Renders GeoJsons using Three.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/shriphani/geojson3d.git"
},
"keywords": [
"maps",
"3d",
"visualization",
"infovis",
"d3",
"cartography"
],
"author": "Shriphani Palakodety",
"license": "ISC",
"bugs": {
"url": "https://github.com/shriphani/geojson3d/issues"
},
"homepage": "https://github.com/shriphani/geojson3d#readme",
"dependencies": {
"d3": "^4.9.1",
"d3-geo-projection": "^2.1.0",
"earcut": "^2.1.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-webserver": "^0.9.1",
"three": "^0.84.0",
"three-trackballcontrols": "0.0.5",
"topojson": "^2.2.0",
"turf": "^3.0.14",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"webpack": "^2.6.1"
},
"scripts": {
"build": "webpack"
}
}