-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 930 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
29
30
31
32
33
34
35
36
{
"name": "@muren400/foamboard",
"version": "1.0.0-alpha.1",
"description": "online IFC modelchecker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c ./rollup.config.js",
"watch": "rollup -w -c ./rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muren400/gaze.git"
},
"keywords": [
"BIM"
],
"author": "Andreas Baumann",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/muren400/gaze/issues"
},
"homepage": "https://github.com/muren400/gaze#readme",
"dependencies": {
"bcf-utils": "file:../bcf-utils",
"bootstrap": "^5.1.3",
"jszip": "^3.7.1",
"rollup-plugin-import-css": "^3.0.2",
"three": "^0.134.0",
"web-ifc-three": "^0.0.83"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"rollup": "^2.60.1"
}
}