forked from va3c/viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rvt-va3c-viewer",
"version": "1.0.0",
"description": "Revit 3D Model Viewer with Three.js",
"main": "index.js",
"dependencies": {
"dat.gui": "^0.6.1",
"jquery": "^3.2.1",
"jquery-migrate": "^3.0.1",
"jquery-ui-dist": "^1.12.1",
"stats.js": "^0.17.0",
"three": "^0.87.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenHoReCa/RvtVa3cViewer.git"
},
"keywords": [
"revit",
"three.js",
"viewer",
"model",
"project",
"3D"
],
"author": {
"name" : "Theo Armour",
"email" : "[email protected]",
"url" : "http://theo-armour.github.io"
},
"contributors": [
{
"name" : "Jeremy Tammik",
"email" : "[email protected]",
"url" : "http://thebuildingcoder.typepad.com"
},
{
"name" : "Zhmayev Yaroslav",
"email" : "[email protected]",
"url" : "http://salaros.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenHoReCa/RvtVa3cViewer/issues"
},
"homepage": "https://github.com/OpenHoReCa/RvtVa3cViewer#readme"
}