dxf-writer
Version:
Dead simple 2D DXF writer
34 lines (33 loc) • 805 B
JSON
{
"name": "dxf-writer",
"version": "1.18.4",
"description": "Dead simple 2D DXF writer",
"main": "index.js",
"types": "./index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "browserify -r ./src/Drawing.js:Drawing > ./examples/browser/dxf_bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ognjen-petrovic/js-dxf.git"
},
"keywords": [
"DXF",
"CAD",
"AutoCAD"
],
"author": "Ognjen Petrovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/ognjen-petrovic/js-dxf/issues"
},
"homepage": "https://github.com/ognjen-petrovic/js-dxf#readme",
"devDependencies": {
"browserify": "^16.2.3",
"minimist": ">=1.2.3"
}
}