-
Notifications
You must be signed in to change notification settings - Fork 558
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 977 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 977 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
39
40
41
42
43
{
"name": "@jscad/dxf-serializer",
"version": "2.1.23",
"description": "DXF Serializer for JSCAD",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"main": "index.js",
"scripts": {
"coverage": "nyc --all --reporter=html --reporter=text npm test",
"test": "ava --verbose --timeout 2m './tests/*.test.js'"
},
"contributors": [
{
"name": "Rene K. Mueller",
"url": "http://renekmueller.com"
},
{
"name": "z3dev",
"url": "http://www.z3d.jp"
},
{
"name": "Mark 'kaosat-dev' Moissette",
"url": "http://kaosat.net"
}
],
"keywords": [
"openjscad",
"jscad",
"export",
"serializer",
"dxf"
],
"license": "MIT",
"dependencies": {
"@jscad/array-utils": "2.1.4",
"@jscad/modeling": "2.13.0"
},
"devDependencies": {
"ava": "3.15.0",
"nyc": "15.1.0"
},
"gitHead": "a90b9bad95a417661c619dc733e62c587dc71a4a"
}