forked from gdsestimating/dxf-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dxf-parser",
"version": "0.4.3",
"description": "Parse dxf files into a readable, logical js object.",
"main": "index.js",
"scripts": {
"browserify": "node scripts/browserify",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/gdsestimating/dxf-parser.git"
},
"bugs": {
"url": "https://github.com/gdsestimating/dxf-parser/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/gdsestimating/dxf-parser",
"author": "GDS Storefront Estimating (gdsestimating.com)",
"contributors": [
"Ben Zuill-Smith <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"browserify": "^11.0.1",
"should": "^6.0.1"
},
"dependencies": {
"loglevel": "^1.2.0"
},
"keywords": [
"dxf",
"cad",
"parser",
"reader"
]
}