-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 980 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
{
"files": [
"**/*"
],
"author": {
"name": "Etienne Rossignon"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.1.0",
"node-occ": "git+https://github.com/antonymarion/node-occ.git",
"node-occ-csg-editor": "git+https://github.com/antonymarion/node-occ-csg-editor.git",
"underscore": "^1.8.3"
},
"deprecated": false,
"description": ".",
"devDependencies": {
"async": "^2.5.0",
"b2a": "^1.0.7",
"mocha": "^3.5.0",
"should": "^13.0.1"
},
"license": "MIT",
"main": "index",
"name": "node-occ-csg-editor-display",
"optionalDependencies": {},
"readmeFilename": "README.md",
"scripts": {
"test": "mocha test",
"ldd": "cd node_modules/node-occ/lib/binding && for x in *.7.3.0; do mv \"$x\" \"${x%.7.3.0}.7\"; done && sudo ldconfig /home/runner/work/node-occ-csg-editor-display/node-occ-csg-editor-display/node_modules/node-occ/lib/binding/ && sudo ldd occ.node"
},
"version": "0.1.12"
}