forked from xeokit/xeokit-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1008 Bytes
/
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
{
"name": "@xeokit/xeokit-sdk",
"version": "1.7.0-alpha.2",
"description": "Web Programming Toolkit for 3D/2D BIM and AEC Graphics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "./node_modules/.bin/esdoc",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeokit/xeokit-sdk.git"
},
"keywords": [
"webgl",
"javascript",
"xeokit",
"xeolabs",
"ifc",
"bim",
"cad",
"bimserver",
"buildingsmart",
"openbim",
"solidworks",
"gltf",
"3dxml",
"obj",
"stl",
"3d-viewer"
],
"author": "Lindsay Kay",
"license": "See LICENSE.txt",
"bugs": {
"url": "https://github.com/xeokit/xeokit-sdk/issues"
},
"homepage": "https://xeokit.io",
"dependencies": {},
"devDependencies": {
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.16.0"
},
"files": [
"/src"
]
}