-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 KB
/
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": "web-ifc-three",
"version": "0.0.125-web-ifc0.0.57",
"description": "This library is the implementation of [web-ifc](https://github.com/tomvandig/web-ifc) for [THREE.js](https://github.com/mrdoob/three.js/). This is the official IFCLoader of Three.js.",
"main": "web-ifc-three/dist/IFCLoader.js",
"private": true,
"scripts": {
"setup-repo": "npm i -g rollup && npm i -g cpy-cli",
"build": "cd ./web-ifc-three && npm run build && cd .. && cd ./example && npm run build",
"publish-repo": "cd ./web-ifc-three && npm run publish-repo",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IFCjs/web-ifc-three"
},
"keywords": [
"bim",
"openbim",
"ifc",
"architecture",
"engineering",
"construction",
"aec"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IFCjs/web-ifc-three/issues"
},
"homepage": "https://ifcjs.github.io/info/docs/Guide/web-ifc-three/Introduction",
"workspaces": [
"web-ifc-three",
"example"
]
}