{
  "name": "snapshot",
  "version": "0.0.0",
  "description": "Serialize circular references, custom objects and other types not supported by JSON",
  "keywords": [ "serialization", "stringify", "json", "serialize", "circular" ],
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mixu/snapshot.git"
  },
  "author": "Mikito Takada <mikito.takada@gmail.com>",
  "license": "BSD"
}
