{
  "name": "json-stringify",
  "version": "1.0.0",
  "description": "Enhanced JSON.stringify",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/json-stringify.git"
  },
  "keywords": [
    "json",
    "stringify",
    "indent",
    "offset",
    "enhance"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/json-stringify/issues"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "dependencies": {
    "json-stringify-safe": "^5.0.1"
  }
}
