-
Notifications
You must be signed in to change notification settings - Fork 520
/
Copy pathpackage.json
43 lines (43 loc) · 981 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
38
39
40
41
42
43
{
"name": "@jscad/obj-deserializer",
"version": "2.0.30",
"description": "OBJ Deserializer for JSCAD",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"main": "index.js",
"scripts": {
"coverage": "nyc --all --reporter=html --reporter=text npm test",
"test": "ava --verbose --timeout 2m './tests/*.test.js'"
},
"contributors": [
{
"name": "Rene K. Mueller",
"url": "http://renekmueller.com"
},
{
"name": "z3dev",
"url": "http://www.z3d.jp"
},
{
"name": "Mark 'kaosat-dev' Moissette",
"url": "http://kaosat.net"
}
],
"keywords": [
"openjscad",
"jscad",
"import",
"deserializer",
"obj"
],
"license": "MIT",
"dependencies": {
"@jscad/io-utils": "2.0.30",
"@jscad/modeling": "2.12.5"
},
"devDependencies": {
"ava": "3.15.0",
"nyc": "15.1.0"
},
"gitHead": "a90b9bad95a417661c619dc733e62c587dc71a4a"
}