forked from gdsestimating/three-dxf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 926 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
35
36
37
38
{
"name": "three-dxf",
"version": "1.0.0-alpha.1",
"description": "A dxf viewer for the browser using three.js.",
"main": "dist/three-dxf.js",
"module": "src/index.js",
"scripts": {
"build-dev": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/gdsestimating/three-dxf"
},
"bugs": {
"url": "https://github.com/gdsestimating/three-dxf/issues",
"email": "bzuillsmith@gmail.com"
},
"homepage": "https://github.com/gdsestimating/three-dxf",
"author": "GDS Storefront Estimating (gdsestimating.com)",
"contributors": [
"Ben Zuill-Smith <bzuillsmith@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"peerDependencies": {
"three": "0.x.x"
},
"keywords": [
"dxf",
"cad",
"viewer"
],
"dependencies": {}
}