forked from xeokit/xeokit-bim-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "@xeokit/xeokit-bim-viewer",
"version": "2.3.0-alpha.33",
"description": "BIM viewer built on xeokit",
"main": "dist/xeokit-bim-viewer.es.js",
"files": [
"/dist/xeokit-bim-viewer.es.js",
"/dist/xeokit-bim-viewer.css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": " rollup -c",
"docs": "./node_modules/.bin/esdoc",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeokit/xeokit-bim-viewer.git"
},
"keywords": [
"OpenProject",
"webgl",
"javascript",
"xeokit",
"xeolabs",
"ifc",
"bim",
"buildingsmart",
"openbim",
"opensource",
"3d-viewer"
],
"author": "Lindsay Kay",
"license": "See LICENSE.txt",
"bugs": {
"url": "https://github.com/xeokit/xeokit-bim-viewer/issues"
},
"homepage": "https://github.com/xeokit/xeokit-bim-viewer#readme",
"devDependencies": {
"autoprefixer": "^9.8.6",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"puppeteer": "^10.1.0",
"rollup": "^1.32.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@xeokit/xeokit-sdk": "2.0.0-beta.15"
}
}