瀏覽代碼

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",