{
  "name": "robust-subtract",
  "version": "1.0.0",
  "description": "Exact subtraction of non-increasing overlapping sequences",
  "main": "robust-diff.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "^2.12.3",
    "validate-robust-sequence": "^1.0.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/robust-subtract.git"
  },
  "keywords": [
    "robust",
    "subtraction",
    "difference"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/robust-subtract/issues"
  }
}
