@stelmashchuk/autocad-dxf
Version:
A module which can be used to parse AutoCAD dxf files and to make programmatic and geometric operations on the AutoCAD drawing entities.
27 lines (26 loc) • 718 B
JSON
{
"name": "@stelmashchuk/autocad-dxf",
"version": "1.4.2",
"description": "A module which can be used to parse AutoCAD dxf files and to make programmatic and geometric operations on the AutoCAD drawing entities.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Asaye/autocad-dxf.git"
},
"keywords": [
"AutoCAD",
"DXF",
"Parser",
"Drawings",
"Layers"
],
"author": "Asaye Dilbo <asayechemeda@yahoo.com>",
"bugs": {
"url": "https://github.com/Asaye/autocad-dxf/issues"
},
"license": "MIT",
"homepage": "https://github.com/Asaye/autocad-dxf#readme"
}