forked from HDF-NI/hdf5.node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 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
{
"name": "hdf5.node18",
"description": "Native Abstractions for hdf5 file io, forked from https://github.com/HDF-NI/hdf5.node.git, upgrade to node18",
"version": "0.0.4",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/HanyuITK/hdf5-node18.node"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"mocha": "8.1.1",
"should": "13.2.3",
"xml2js": "0.4.23"
},
"scripts": {
"install": "node-gyp rebuild --jobs max",
"test": "mocha test"
},
"contributors": [
"Ryan Cole <ryan@rycole.com> (https://github.com/ryancole/)",
"Roger I Martin <mathmldashx@yahoo.com> (https://github.com/rimmartin/)",
"Hanyu <hanyu.sun@itk-engineering.de>"
],
"license": "MIT",
"keywords": [],
"bugs": {
"url": "https://github.com/HDF-NI/hdf5.node/issues"
}
}