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
30 lines (30 loc) · 760 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 760 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
{
"name": "hdf5",
"version": "0.2.3",
"description": "Native Abstractions for hdf5 file io",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/HDF-NI/hdf5.node.git"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"mocha": "^6.2.2",
"should": "*",
"xml2js": "*"
},
"scripts": {
"install": "node-gyp rebuild --jobs max",
"test": "mocha test",
"dev": "node $NODE_DEBUG_OPTION dev_4d_and_attr.js"
},
"contributors": [
"Ryan Cole <ryan@rycole.com> (https://github.com/ryancole/)",
"Roger I Martin <mathmldashx@yahoo.com> (https://github.com/rimmartin/)"
],
"license": "MIT",
"keywords": [],
"bugs": {
"url": "https://github.com/HDF-NI/hdf5.node/issues"
}
}