{
  "name": "max-safe-int",
  "version": "1.0.0",
  "description": "Return the maximum safe integer in JavaScript.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js",
    "pretest": "npm run lint",
    "test": "echo 0",
    "prepublish": "npm test"
  },
  "keywords": [
    "max",
    "safe",
    "maximum",
    "int",
    "integer",
    "const"
  ],
  "author": {
    "name": "bubkoo",
    "email": "bubkoo.wy@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mock-end/max-safe-int.git"
  },
  "bugs": {
    "url": "https://github.com/mock-end/max-safe-int/issues"
  },
  "homepage": "https://github.com/mock-end/max-safe-int#readme",
  "devDependencies": {
    "jshint": "^2.9.1"
  }
}
