{
  "name": "direction-detection",
  "version": "1.0.2",
  "description": "Detect when a particular input stream reverses direction",
  "keywords": [
    "direction",
    "change",
    "reverse"
  ],
  "main": "index.js",
  "scripts": {
    "test": "tape test/index.js | tap-spec"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andrew-tam-000/direction-detection.git"
  }
}
