-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "revit-family-web-viewer",
"version": "0.3.1",
"license": "GPL-3.0",
"description": "Revit Family Web Viewer is a Three.js-based model viewer",
"main": "dist/commonjs/index.js",
"module": "dist/es6/index.js",
"keywords": [
"revit",
"web",
"viewer",
"three.js",
"project",
"model",
"3D"
],
"devDependencies": {
"@avatsaev/three-orbitcontrols-ts": "^0.1.5",
"@types/node": "^10.3.4",
"@types/three": "^0.92.7",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0-alpha.2",
"json-loader": "^0.5.7",
"three": "^0.93.0",
"ts-loader": "^4.4.1",
"tslib": "^1.9.2",
"typescript": "^2.9.2",
"web-request": "^1.0.7",
"webpack": "^3.8.1"
},
"scripts": {
"webpack": "webpack --config webpack.config.js --progress --colors",
"build": "gulp"
},
"homepage": "https://github.com/Equipple/revit-family-web-viewer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Equipple/revit-family-web-viewer.git"
},
"author": "Zhmayev Yaroslav <[email protected]> (https://salaros.com)",
"bugs": {
"url": "https://github.com/Equipple/revit-family-web-viewer/issues"
}
}