-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 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
{
"name": "OpenFLUIDjs",
"version": "2.2.1",
"description": "Node.js package for OpenFLUID",
"repository": {
"type": "git",
"url": "https://github.com/OpenFLUID/openfluidjs.git"
},
"author": "Jean-Christophe Fabre",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/OpenFLUID/openfluid/issues"
},
"homepage": "https://github.com/OpenFLUID/openfluidjs#README.md",
"main": "index.js",
"dependencies": {
"bindings": "1.3",
"cmake-js": "^5.3.0",
"node-addon-api": "^1.0.0",
"test": "^0.6.0"
},
"devDependencies": {
"mocha": "^9.0.2",
"node-addon-api": "^1.0.0"
},
"overrides": {
"minimatch": "~> 3.0.5"
},
"scripts": {
"install": "cmake-js compile",
"test": "mocha ./tests",
"env": "env"
}
}