-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 Bytes
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
{
"name": "dxf-viewer",
"version": "1.0.46",
"description": "JavaScript DXF file viewer",
"main": "src/index.js",
"author": "Artyom Lebedev<[email protected]>",
"license": "MPL-2.0",
"repository": "https://github.com/vagran/dxf-viewer",
"type": "module",
"keywords": [
"dxf",
"viewer",
"javascript",
"webgl",
"html5",
"cad"
],
"files": [
"src",
"README.md",
"LICENSE",
"CONTRIBUTORS",
"CONTRIBUTING.md"
],
"dependencies": {
"loglevel": "^1.9.1",
"opentype.js": "^1.3.4",
"three": "^0.161.0",
"earcut": "^3.0.0"
},
"devDependencies": {
"@types/three": "^0.161.2"
}
}