{
  "name": "hdf5",
  "version": "0.3.5",
  "description": "Native Abstractions for hdf5 file io",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/HDF-NI/hdf5.node.git"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "devDependencies": {
    "mocha": "5.1.1",
    "should": "*",
    "xml2js": "*"
  },
  "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/)"
  ],
  "license": "MIT",
  "keywords": [],
  "bugs": {
    "url": "https://github.com/HDF-NI/hdf5.node/issues"
  }
}
