소스 검색

Update package.json

Garrett Johnson 5 년 전
부모
커밋
0df008e80c
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      package.json

+ 11 - 0
package.json

@@ -2,6 +2,17 @@
   "name": "3d-tiles-renderer",
   "version": "0.0.1",
   "description": "https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification",
+	"keywords": [
+		"3d-tiles",
+		"3dtiles",
+		"graphics",
+		"b3dm",
+		"threejs",
+		"rendering",
+		"geometry",
+		"terrain",
+		"cesium"
+	],
   "main": "src/index.js",
   "scripts": {
     "start": "parcel watch example/index.html --out-dir ./example/bundle/ --public-url . --no-cache",