-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "couchdb-push",
"description": "Deploy CouchDB documents from directory, JSON or module.",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "tap --reporter=spec --lines 80 --functions 80 --branches 80 --statements 80 test/*.js",
"pretest": "standard",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/jo/couchdb-push"
},
"keywords": [
"couchdb",
"couchapp",
"build-tool"
],
"author": "Johannes J. Schmidt",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jo/couchdb-push/issues"
},
"homepage": "https://github.com/jo/couchdb-push",
"dependencies": {
"async": "^3.2.1",
"chokidar": "^3.5.2",
"couchdb-compile": "^1.11.1",
"couchdb-ensure": "^2.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"nano-option": "^2.2.0"
},
"devDependencies": {
"nano": "^9.0.5",
"semantic-release": "^19.0.3",
"standard": "^16.0.4",
"tap": "^15.0.10"
},
"version": "0.0.0-development",
"release": {
"branches": [
"main"
]
}
}