summaryrefslogtreecommitdiff
path: root/node_modules/thirty-two/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/thirty-two/package.json')
-rw-r--r--node_modules/thirty-two/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/node_modules/thirty-two/package.json b/node_modules/thirty-two/package.json
new file mode 100644
index 0000000..fc341c7
--- /dev/null
+++ b/node_modules/thirty-two/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "thirty-two",
+ "description": "Implementation RFC 3548 Base32 encoding/decoding for node.",
+ "version": "1.0.2",
+ "engines": {
+ "node": ">=0.2.6"
+ },
+ "author": "Chris Umbel <chris@chrisumbel.com>",
+ "keywords": ["base32", "encoding"],
+ "main": "./lib/thirty-two/index.js",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/chrisumbel/thirty-two.git"
+ }
+}