{
  "name": "integer",
  "version": "2.1.0",
  "description": "Native 64-bit integers with overflow protection.",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/JoshuaWise/integer.git"
  },
  "author": "Joshua Wise <joshuathomaswise@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/JoshuaWise/integer#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^3.5.3"
  }
}