UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@cloudant/couchbackup",
3 "version": "2.1.0",
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": ">=4.8.2"
21 },
22 "dependencies": {
23 "async": "2.6.0",
24 "commander": "^2.9.0",
25 "debug": "~3.1.0",
26 "@cloudant/cloudant": "^2.0.2",
27 "tmp": "0.0.33"
28 },
29 "main": "app.js",
30 "bin": {
31 "couchbackup": "bin/couchbackup.bin.js",
32 "couchrestore": "bin/couchrestore.bin.js"
33 },
34 "devDependencies": {
35 "eslint": "^4.13.0",
36 "eslint-plugin-import": "^2.2.0",
37 "eslint-plugin-node": "^6.0.0",
38 "eslint-plugin-promise": "^3.5.0",
39 "eslint-plugin-standard": "^3.0.0",
40 "eslint-plugin-react": "^7.5.1",
41 "eslint-config-standard": "11.0.0-beta.0",
42 "eslint-config-semistandard": "^12.0.0",
43 "eslint-plugin-header": "^1.0.0",
44 "jsdoc": "^3.5.2",
45 "mocha": "^5.0.0",
46 "toxy": "^0.3.12",
47 "uuid": "^3.0.1",
48 "tail": "^1.2.1",
49 "rewire": "^3.0.2",
50 "nock": "^9.1.3",
51 "http-proxy": "^1.16.2"
52 },
53 "scripts": {
54 "test": "eslint --ignore-path .gitignore . && mocha --grep \"#unit\""
55 },
56 "greenkeeper": {
57 "ignore": [
58 "eslint"
59 ]
60 }
61}