blob: 1a3717cb03b29490da981cfc8e256702e019c468 [file] [log] [blame]
{
"name": "pouchdb-md5",
"version": "7.0.0-prerelease",
"description": "PouchDB utilities for calculating MD5 checksums.",
"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",
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/binaryMd5.js": "./src/binaryMd5-browser.js",
"./src/stringMd5.js": "./src/stringMd5-browser.js"
}
}