Install dxf-writer, for laser-cutting version.
Install qunit and jsdoc-to-markdown for testing and generating docs.
This commit is contained in:
parent
0de20e6d3e
commit
cb3b2ee4e5
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,13 @@
|
|||
"description": "Generate bellows folding and cutting patterns.",
|
||||
"main": "./src/bellows.js",
|
||||
"dependencies": {
|
||||
"canvas": "^2.0.0-alpha.9"
|
||||
"canvas": "^2.0.0-alpha.9",
|
||||
"dxf-writer": "^1.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jsdoc-to-markdown": "^4.0.1",
|
||||
"qunit": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "node ./example"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue