{
  "name": "json-bigint",
  "version": "0.3.1",
  "description": "JSON.parse with bigints support",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:sidorares/json-bigint.git"
  },
  "keywords": [
    "JSON",
    "bigint",
    "bignumber",
    "parse",
    "json"
  ],
  "author": "Andrey Sidorov <sidorares@yandex.ru>",
  "license": "MIT",
  "dependencies": {
    "bignumber.js": "^9.0.0"
  },
  "devDependencies": {
    "chai": "~1.9.1",
    "mocha": "~1.20.1"
  }
}
