-
Notifications
You must be signed in to change notification settings - Fork 520
/
Copy pathpackage.json
41 lines (41 loc) · 938 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
{
"name": "@jscad/io-utils",
"version": "2.0.30",
"description": "Utilities for JSCAD IO Packages",
"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 '*.test.js' --verbose --timeout 2m"
},
"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",
"utilities",
"formats",
"serializer",
"deserializer"
],
"license": "MIT",
"devDependencies": {
"@jscad/modeling": "2.12.5",
"ava": "3.15.0",
"nyc": "15.1.0"
},
"gitHead": "a90b9bad95a417661c619dc733e62c587dc71a4a"
}