forked from potree/potree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 694 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 694 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
{
"name": "potree",
"private": true,
"version": "1.7.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": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"json5": "^2.1.3",
"rollup": "^1.31.1",
"simple-websocket": "^9.1.0",
"through": "~2.3.4"
},
"author": "Markus Schütz",
"license": "BSD-2-CLAUSE"
}