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.",
|
"description": "Generate bellows folding and cutting patterns.",
|
||||||
"main": "./src/bellows.js",
|
"main": "./src/bellows.js",
|
||||||
"dependencies": {
|
"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": {
|
"scripts": {
|
||||||
"test": "node ./example"
|
"test": "node ./example"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue