{
  "name": "lighter-json",
  "version": "2.0.0",
  "description": "A lightweight JSON utility library.",
  "dependencies": {},
  "devDependencies": {
    "exam": "^2.0.0"
  },
  "bundledDependencies": [],
  "keywords": [
    "json",
    "circular",
    "safe",
    "stringify",
    "scriptify",
    "evaluate",
    "javascript",
    "object",
    "notation",
    "parse",
    "eval",
    "stream",
    "object",
    "mode",
    "readableStream",
    "writableStream",
    "douglas",
    "crockford",
    "utility",
    "lighter",
    "fast",
    "lightweight",
    "minimal",
    "benchmark",
    "speed",
    "ops",
    "readable",
    "writable"
  ],
  "main": "lighter-json.js",
  "engines": {
    "node": ">=0.8.28"
  },
  "scripts": {
    "test": "./node_modules/exam/exam.js",
    "cover": "./node_modules/exam/exam-cover.js",
    "report": "open coverage/lcov-report/index.html",
    "bench": "./node_modules/exam/exam.js test/bench"
  },
  "repository": "https://github.com/lighterio/lighter-json.git",
  "bugs": "https://github.com/lighterio/lighter-json/issues",
  "homepage": "https://github.com/lighterio/lighter-json",
  "author": "Sam Eubank <sameubank@gmail.com>",
  "contributors": [
    "Sam Eubank <sameubank@gmail.com>"
  ],
  "license": "MIT"
}
