forked from LIDAR-HD-IGN/potree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 888 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "potree",
"private": true,
"version": "1.8.0",
"description": "WebGL point cloud viewer",
"keywords": [
"point",
"cloud",
"pointcloud",
"octree",
"entwine",
"viewer",
"threejs",
"webgl",
"browser",
"tool"
],
"main": "./build/potree/potree.js",
"scripts": {
"start": "gulp watch",
"build": "gulp build pack",
"postinstall": "npm run build"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"d3": "^7.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"json5": "^2.1.3",
"rollup": "^1.31.1",
"three": "^0.135.0",
"through": "~2.3.4",
"url": "^0.11.0"
},
"author": "Markus Schütz",
"license": "BSD-2-CLAUSE",
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.0"
}
}