{
  "name": "json.decycled",
  "description": "Decycled versión for JSON.stringify, resolve circulars, Regexp, Errors and dates. Reverse by JSON.revive().",
  "version": "2.1.1",
  "author": {
    "name": "Bifuer",
    "email": "bifuer@gmail.com"
  },
  "contributors": [
    {
      "name": "Chelo Quilón Gomez",
      "email": "cheloq@gmail.com"
    }
  ],
  "homepage": "https://github.com/pillarsjs/JSON.decycled",
  "repository": {
    "type": "git",
    "url": "git://github.com/pillarsjs/JSON.decycled"
  },
  "bugs": {
    "url": "https://github.com/pillarsjs/JSON.decycled/issues",
    "email" : "cheloq@gmail.com"
  },
  "keywords": [
    "json",
    "stringify",
    "circular",
    "parse",
    "decycled",
    "decycler",
    "js",
    "javascript",
    "node"
  ],
  "dependencies": {
    "date.format":"*"
  },
  "devDependencies": {
    "mocha": "*",
    "unit.js": "*"
  },
  "main": "./index.js",
  "scripts":{
    "test": "mocha test/"
  },
  "preferGlobal": false,
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "readmeFilename": "README.md",
  "license": "MIT"
}