-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 794 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
{
"name": "ld-nativity",
"description": "A virtual nativity scene using LDRAW objects.",
"version": "0.1.8",
"main": "main.js",
"scripts": {
"serve": "http-server .",
"start": "electron .",
"packldr": "node gfx/packLDrawModel.js gfx/models/"
},
"dependencies": {
"three": "^0.115.0",
"partykals": "^1.0.2"
},
"devDependencies": {
"http-server": "^0.12.3",
"electron": "^8.2.0",
"sync-request": "^6.1.0"
},
"build": {
"appId": "ld-nativity"
},
"repository": {
"type": "git",
"url": "https://github.com/goeroeg/ld-nativity.git"
},
"keywords": [],
"author": "goeroeg",
"license": "MIT",
"bugs": {
"url": "https://github.com/goeroeg/ld-nativity/issues"
},
"homepage": "https://goeroeg.github.io/ld-nativity"
}