Skip to content

Commit

Permalink
Working on v0.4.0 preparing for replication audit
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Jul 7, 2013
1 parent 90a6f23 commit 4df4415
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ "name": "audit_couchdb"
, "version": "0.3.2"
, "version": "0.4.0"
, "author": { "name": "Jason Smith"
, "email": "jhs@iriscouch.com" }
, "description": "Detect security issues in an Apache CouchDB server"
, "tags": ["automation", "couchdb", "security", "audit"]
, "email": "jason.h.smith@gmail.com" }
, "description": "Detect problems in an Apache CouchDB server"
, "tags": ["automation", "couchdb", "security", "audit", "replication"]
, "homepage": "http://github.com/jhs/audit_couchdb"
, "repository": { "type": "git"
, "url": "git://github.com/jhs/audit_couchdb" }
Expand All @@ -13,5 +13,7 @@
, "probe_couchdb": "0.7.1"
}
, "main": "audit_couchdb"
, "bin": {"audit_couchdb": "./cli.js"}
, "bin": { "audit_couchdb": "./cli.js"
, "audit_replication": "./replication.js"
}
}

0 comments on commit 4df4415

Please sign in to comment.