{
  "name": "js_mzml",
  "version": "1.1.5",
  "description": "An mzML parser",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/test-index.js | tap-spec && node ./test/test-index-32bit.js | tap-spec && node ./test/test-index-32bit-zlib.js | tap-spec && node ./test/test-index-64bit.js | tap-spec && node ./test/test-index-64bit-zlib.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emptyport/molecular-formula.git"
  },
  "keywords": [
    "mzML",
    "mass spec",
    "proteomics"
  ],
  "author": "Michael Porter <michaelporter.chemistry@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/emptyport/js_mzml/issues"
  },
  "homepage": "https://github.com/emptyport/js_mzml#readme",
  "devDependencies": {
    "chai": "^4.0.1",
    "fs": "0.0.1-security",
    "mocha": "^5.2.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.9.1"
  },
  "dependencies": {
    "base64-js": "^1.3.0",
    "pako": "^1.0.6",
    "sax": "^1.2.4"
  }
}
