forked from jscad/OpenJSCAD.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 864 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 864 Bytes
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
{
"name": "@jscad/obj-serializer",
"version": "2.1.20",
"description": "OBJ Serializer 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": "platypii",
"url": "https://github.com/platypii"
}
],
"keywords": [
"openjscad",
"jscad",
"export",
"serializer",
"obj"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@jscad/array-utils": "2.1.4",
"@jscad/modeling": "2.12.5"
},
"devDependencies": {
"ava": "3.15.0",
"nyc": "15.1.0"
},
"gitHead": "a90b9bad95a417661c619dc733e62c587dc71a4a"
}