|
@@ -1,12 +1,13 @@
|
|
{
|
|
{
|
|
"name": "3d-tiles-renderer",
|
|
"name": "3d-tiles-renderer",
|
|
- "version": "0.0.1",
|
|
|
|
|
|
+ "version": "0.1.0",
|
|
"description": "https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification",
|
|
"description": "https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification",
|
|
"keywords": [
|
|
"keywords": [
|
|
"3d-tiles",
|
|
"3d-tiles",
|
|
"3dtiles",
|
|
"3dtiles",
|
|
"graphics",
|
|
"graphics",
|
|
- "b3dm",
|
|
|
|
|
|
+ "b3dm",
|
|
|
|
+ "gltf",
|
|
"threejs",
|
|
"threejs",
|
|
"rendering",
|
|
"rendering",
|
|
"geometry",
|
|
"geometry",
|
|
@@ -14,7 +15,11 @@
|
|
"cesium"
|
|
"cesium"
|
|
],
|
|
],
|
|
"type": "module",
|
|
"type": "module",
|
|
- "main": "src/index.js",
|
|
|
|
|
|
+ "main": "src/index.js",
|
|
|
|
+ "module": "src/index.js",
|
|
|
|
+ "files": [
|
|
|
|
+ "src/*"
|
|
|
|
+ ],
|
|
"scripts": {
|
|
"scripts": {
|
|
"start": "concurrently \"parcel watch example/*.html --out-dir ./example/bundle/ --public-url . --no-cache\" \"static-server\"",
|
|
"start": "concurrently \"parcel watch example/*.html --out-dir ./example/bundle/ --public-url . --no-cache\" \"static-server\"",
|
|
"lint": "eslint src/**.js && tsc -p tsconfig.json --noEmit",
|
|
"lint": "eslint src/**.js && tsc -p tsconfig.json --noEmit",
|
|
@@ -22,8 +27,12 @@
|
|
},
|
|
},
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|
|
- "url": "git@github.jpl.nasa.gov:gkjohnso/3d-tiles-renderer-js.git"
|
|
|
|
- },
|
|
|
|
|
|
+ "url": "git+https://github.com/NASA-AMMOS/3DTilesRendererJS.git"
|
|
|
|
+ },
|
|
|
|
+ "bugs": {
|
|
|
|
+ "url": "https://github.com/NASA-AMMOS/3DTilesRendererJS/issues"
|
|
|
|
+ },
|
|
|
|
+ "homepage": "https://github.com/NASA-AMMOS/3DTilesRendererJS#readme",
|
|
"author": "Garrett Johnson <gkjohnso@jpl.nasa.gov>",
|
|
"author": "Garrett Johnson <gkjohnso@jpl.nasa.gov>",
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"devDependencies": {
|