{
  "name": "bytewise-core",
  "version": "1.2.3",
  "description": "Binary serialization of arbitrarily complex structures that sort element-wise",
  "main": "index.js",
  "scripts": {
    "test": "tape test | faucet"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/deanlandolt/bytewise-core.git"
  },
  "keywords": [
    "binary",
    "sort",
    "collation",
    "serialization",
    "leveldb",
    "indexeddb"
  ],
  "author": "Dean Landolt <dean@deanlandolt.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deanlandolt/bytewise/issues"
  },
  "homepage": "https://github.com/deanlandolt/bytewise-core",
  "dependencies": {
    "typewise-core": "^1.2"
  },
  "devDependencies": {
    "faucet": "0.0.1",
    "tape": "^1.0"
  }
}
