Skip to content

Commit

Permalink
Added dependencies and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenCow committed Jul 25, 2012
1 parent b469630 commit 6ae647c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
@@ -1,8 +1,13 @@
{ "name": "keepasscli"
, "version": "0.1"
, "version": "0.0.1"
, "description": "Command-line tool for KeePass V2 database files."
, "keywords": ["keepass","kdbx"]
, "homepage": "http://softwarebakery.com/frozencow/"
, "main": "./keepasscli.js"
, "author": "FrozenCow <frozencow@gmail.com>"
, "dependencies":
{ "sax": ">= 0.2.2"
, "pack": ">= 0.2.7"
, "xml2js": ">= 0.1.9"
}
}

0 comments on commit 6ae647c

Please sign in to comment.