forked from jscad/OpenJSCAD.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
44
45
46
47
48
49
50
51
{
"name": "@jscad/cli",
"version": "2.2.9",
"description": "Command Line Interface (CLI) for JSCAD",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"bin": {
"jscad": "./cli.js"
},
"scripts": {
"coverage": "nyc --all --reporter=html --reporter=text npm test",
"test": "ava '*.test.js' --serial --verbose --timeout 2m",
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove JSCAD? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/openjscad/donate\\u001b[0m')\""
},
"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",
"cli",
"command",
"application"
],
"license": "MIT",
"dependencies": {
"@jscad/array-utils": "2.1.0",
"@jscad/core": "2.4.0",
"@jscad/io": "2.1.0",
"@jscad/modeling": "2.6.0"
},
"devDependencies": {
"ava": "3.15.0",
"nyc": "15.1.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/openjscad",
"logo": "https://opencollective.com/openjscad/logo.txt"
}
}