pouch-resolve-conflicts
Version:
Assist in CouchDB conflict resolving.
37 lines (36 loc) • 1.02 kB
JSON
{
"name": "pouch-resolve-conflicts",
"version": "1.2.0",
"description": "Assist in CouchDB conflict resolving.",
"main": "index.js",
"scripts": {
"test": "tape test.js | tap-spec",
"build": "browserify ./ > dist/pouch-resolve-conflicts.js",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/jo/pouch-resolve-conflicts.git"
},
"keywords": [
"pouchdb",
"conflicts",
"conflict-resolution"
],
"author": "Johannes J. Schmidt <schmidt@netzmerk.com> (http://die-tf.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jo/pouch-resolve-conflicts/issues"
},
"homepage": "https://github.com/jo/pouch-resolve-conflicts#readme",
"devDependencies": {
"browserify": "^16.1.1",
"memdown": "^2.0.0",
"pouchdb": "^6.4.3",
"tap-spec": "^4.1.1",
"tape": "^4.9.0",
"travis-deploy-once": "^4.4.0",
"semantic-release": "^15.0.2"
}
}