Install dxf-writer, for laser-cutting version.

Install qunit and jsdoc-to-markdown for testing and generating docs.
This commit is contained in:
mmcw-dev 2018-02-15 00:18:32 -05:00
parent 0de20e6d3e
commit cb3b2ee4e5
2 changed files with 3726 additions and 2 deletions

3720
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
},