-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "pouch-resolve-conflicts",
"version": "0.0.0-development",
"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": "^7.3.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.0",
"travis-deploy-once": "^4.4.0",
"semantic-release": "^15.0.2"
}
}