-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
28 lines (28 loc) · 943 Bytes
/
package.json
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
{
"name": "aframe-gaussian-splatting-component",
"version": "0.0.22",
"description": "This component is an A-Frame implementation of real-time rendering for '3D Gaussian Splatting for Real-Time Radiance Field Rendering'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "uglifyjs ./index.js -c --keep-fnames --source-map --output ./dist/aframe-gaussian-splatting-component.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quadjr/aframe-gaussian-splatting.git"
},
"keywords": [
"aframe",
"aframe-component",
"gaussian-splatting"
],
"author": "Junya Kuwada <kuwada.junya@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quadjr/aframe-gaussian-splatting/issues"
},
"homepage": "https://github.com/quadjr/aframe-gaussian-splatting#readme",
"dependencies": {
"uglify-js": "^3.17.4"
}
}