UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@cloudant/couchbackup",
3 "version": "2.5.1",
4 "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5 "homepage": "https://github.com/cloudant/couchbackup",
6 "repository": "https://github.com/cloudant/couchbackup.git",
7 "keywords": [
8 "CouchDB",
9 "Cloudant",
10 "couch",
11 "backup",
12 "command-line"
13 ],
14 "bugs": {
15 "url": "https://github.com/cloudant/couchbackup/issues",
16 "email": "support@cloudant.com"
17 },
18 "license": "Apache-2.0",
19 "engines": {
20 "node": ">=8.16.1"
21 },
22 "dependencies": {
23 "@cloudant/cloudant": "^4.2.3",
24 "async": "^3.1.0",
25 "commander": "^4.0.0",
26 "debug": "~4.1.0",
27 "tmp": "0.1.0"
28 },
29 "main": "app.js",
30 "bin": {
31 "couchbackup": "bin/couchbackup.bin.js",
32 "couchrestore": "bin/couchrestore.bin.js"
33 },
34 "devDependencies": {
35 "eslint": "^5.15.1",
36 "eslint-config-semistandard": "^15.0.0",
37 "eslint-config-standard": "^14.0.0",
38 "eslint-plugin-header": "^2.0.0",
39 "eslint-plugin-import": "^2.8.0",
40 "eslint-plugin-node": "^10.0.0",
41 "eslint-plugin-promise": "^4.0.0",
42 "eslint-plugin-react": "^7.14.2",
43 "eslint-plugin-standard": "^4.0.0",
44 "http-proxy": "^1.16.2",
45 "jsdoc": "^3.6.3",
46 "mocha": "^6.1.4",
47 "nock": "^11.3.2",
48 "rewire": "^4.0.0",
49 "tail": "^2.0.0",
50 "toxy": "^0.3.16",
51 "uuid": "^3.0.1"
52 },
53 "scripts": {
54 "test": "eslint --ignore-path .gitignore . && mocha --grep \"#unit\""
55 },
56 "greenkeeper": {
57 "ignore": [
58 "eslint"
59 ]
60 }
61}