{
  "name": "int64",
  "version": "0.0.5",
  "description": "transform an int64 (8 bytes hexcode) to string",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "benchmark": "coffee benchmark.coffee 500000"
  },

  "engines": "node: >=0.10.0",
  "homepage": "https://github.com/q3boy/int64",
  "repository": {
    "type": "git",
    "url": "https://github.com/q3boy/int64.git"
  },
  "bugs":{
    "url": "https://github.com/q3boy/int64/issues"
  },
  "author": "q3boy <q3boy1@gmail.com>",
  "license": "ISC"
}
