-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 995 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 995 Bytes
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
37
38
39
40
41
42
43
44
{
"name": "couchdocs",
"version": "1.2.11",
"description": "Command line tool to operate with JSON files in sync with CouchDB",
"engines": {
"node": ">=0.6.0"
},
"bin": {
"couchdocs": "./bin.js"
},
"directories": {
"lib": "./lib"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcerebrium/couchdocs.git"
},
"keywords": [
"couch",
"couchdb",
"nodejs",
"terminal",
"console",
"cli",
"nosql"
],
"author": "Web Cerebrium <webcerebrium@gmail.com> (https://webcerebrium.com/)",
"bugs": {
"url": "https://github.com/webcerebrium/couchdocs/issues"
},
"homepage": "https://github.com/webcerebrium/couchdocs#readme",
"dependencies": {
"minimist": "^1.2.0",
"properties-reader": "0.0.15",
"request": "^2.88.0",
"shelljs": "^0.7.8",
"tmp": "0.0.31"
},
"devDependencies": {}
}