e57-js 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +22 -1
package/README.md CHANGED
@@ -221,3 +221,8 @@ For more examples of how to read and write E57 files with this library, have a l
221
221
  - [tests/io.test.js](tests/io.test.js) — synchronous read/write examples
222
222
  - [tests/io.async.test.js](tests/io.async.test.js) — async read/write examples
223
223
 
224
+ ---
225
+
226
+ ## License
227
+
228
+ MIT License
package/package.json CHANGED
@@ -1,7 +1,28 @@
1
1
  {
2
2
  "name": "e57-js",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "e57",
8
+ "e57-reader",
9
+ "e57-writer",
10
+ "point-cloud",
11
+ "point-cloud-reader",
12
+ "point-cloud-writer",
13
+ "pointcloud",
14
+ "lidar",
15
+ "3d-scan",
16
+ "3d-point-cloud",
17
+ "laser-scan",
18
+ "reality-capture",
19
+ "photogrammetry",
20
+ "bim",
21
+ "wasm",
22
+ "webassembly",
23
+ "nodejs",
24
+ "libe57"
25
+ ],
5
26
  "main": "./dist/index.cjs",
6
27
  "module": "./dist/index.mjs",
7
28
  "exports": {