forked from OpenWebCAD/node-occ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (74 loc) · 1.81 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "node-occ",
"version": "0.4.0-2",
"description": "OpenCascade OCCT Wrapper for Node js",
"preferGlobal": true,
"dependencies": {
snyk-upgrade-cff40dcd8f6c59a1a70d4925a90528a9
"async": "^3.2.0",
"colors": "*",
"gettemporaryfilepath": "1.0.0",
snyk-upgrade-a38be6ca7c6442cb20a622659b02eaa4
"nan": "^2.14.0",
"node-pre-gyp": "^0.16.0",
"pace": "~0.0.4",
"progress": "~2.0.3"
},
"devDependencies": {
snyk-upgrade-0287e58a714d90b30f8fb0ded712ff87
"aws-sdk": "^2.935.0",
"electron-rebuild": "^1.8.6",
"eslint": "^6.8.0",
"eslint-utils": "^1.4.3",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-require-path-exists": "^1.1.9",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"should": "~13.2.3"
},
"main": "index",
"author": {
"name": "Etienne Rossignon"
},
"engines": {
"node": "*"
},
"keywords": [
"3D",
"CAD",
"OpenCascade",
"OCE",
"Solid Modeler",
"geometry",
"BRep"
],
"repository": {
"type": "git",
"url": "https://github.com/openwebcad/node-occ.git"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha -R spec",
"lint": "eslint lib test bin",
"doc": "grunt doc",
"postinstall": "node post-install.js"
},
"binary": {
"module_name": "occ",
"module_path": "./lib/binding/",
"host-aws": "https://nodeocc.s3-us-west-1.amazonaws.com",
"host": "https://github.com/openwebcad/node-occ/releases/download/",
"remote_path": "{version}"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/openwebcad/node-occ/issues"
},
"directories": {
"test": "test"
},
"license": "MIT"
}