{
  "name": "bagit-tools",
  "description": "collection of modules to manage BagIt bags",
  "version": "0.0.0",
  "author": "Joe Hand <joe@hand.email>",
  "bugs": {
    "url": "https://github.com/joehand/bagit-tools/issues"
  },
  "devDependencies": {
    "standard": "*",
    "tap-spec": "^4.0.2",
    "tape": "^4.0.0"
  },
  "scripts": {
    "test": "standard && tape test/*.js | tap-spec"
  },
  "homepage": "https://github.com/joehand/bagit-tools",
  "keywords": [
    "Bag",
    "BagIt"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/joehand/bagit-tools.git"
  },
  "dependencies": {
    "bagit-conformance-suite": "github:joehand/bagit-conformance-suite",
    "bagit-fs": "^1.1.0",
    "collect-stream": "^1.2.1",
    "concat-stream": "^1.6.0",
    "count-files": "^2.6.1",
    "debug": "^2.6.3",
    "iconv-lite": "^0.4.15",
    "last-one-wins": "^1.0.4",
    "pump": "^1.0.2",
    "run-waterfall": "^1.1.3",
    "split2": "^2.1.1",
    "unordered-parallel-transform": "^1.0.0"
  }
}
