{
  "name": "ssb-sort",
  "description": "sort ssb messages by cryptographic order",
  "version": "1.1.3",
  "homepage": "https://github.com/ssbc/ssb-sort",
  "repository": {
    "type": "git",
    "url": "git://github.com/ssbc/ssb-sort.git"
  },
  "dependencies": {
    "ssb-ref": "^2.3.0"
  },
  "devDependencies": {
    "tap-diff": "^0.1.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "scripts": {
    "test": "tape **/*.test.js | tap-spec",
    "test-diff": "tape **/*.test.js | tap-diff"
  },
  "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
  "license": "MIT"
}
