{
  "name": "int53",
  "version": "1.0.0",
  "description": "silly 53bit integer buffer serialization",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dannycoates/int53.git"
  },
  "keywords": [
    "int",
    "int64",
    "double",
    "number"
  ],
  "author": "Danny Coates <dannycoates@gmail.com>",
  "license": "BSD-3-Clause"
}
