blob: fe0c2fd849c2391c7c0ba999c4035a7f2f15510c [file]
{
"name": "pouchdb-json",
"version": "5.5.0-prerelease",
"description": "PouchDB utilities for safely stringifying and parsing JSON.",
"main": "./lib/index.js",
"keywords": [],
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"dependencies": {
"vuvuzela": "*"
}
}