forked from xeokit/xeokit-bim-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "@xeokit/xeokit-bim-viewer",
"version": "1.9.7",
"description": "BIM viewer built on xeokit",
"main": "index.js",
"directories": {
"lib": "lib"
},
"files": [
"/css",
"/lib",
"/src",
"/dist"
],
"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": [
"WebGL",
"BIM",
"IFC",
"xeokit",
"OpenProject"
],
"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",
"rollup": "^1.32.1",
"rollup-plugin-minify-es": "^1.1.1",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"@xeokit/xeokit-sdk": "1.7.0-alpha.1"
}
}