34 lines
749 B
JSON
34 lines
749 B
JSON
{
|
|
"name": "bellows",
|
|
"version": "0.1.0",
|
|
"description": "Generate bellows folding and cutting patterns.",
|
|
"main": "./src/bellows.js",
|
|
"dependencies": {
|
|
"canvas": "^2.0.0-alpha.9",
|
|
"dxf-writer": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^4.0.1",
|
|
"qunit": "^2.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./example"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sixteenmillimeter/bellows.git"
|
|
},
|
|
"keywords": [
|
|
"bellows",
|
|
"folding",
|
|
"paper",
|
|
"craft"
|
|
],
|
|
"author": "sixteenmillimeter",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sixteenmillimeter/bellows/issues"
|
|
},
|
|
"homepage": "https://github.com/sixteenmillimeter/bellows#readme"
|
|
}
|