[Pkg-javascript-commits] [node-ripemd160] 02/71: v0.0.1

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-ripemd160.

commit 0dc7fae2fdadee77b8da7557e4226c81e6d8b896
Author: JP Richardson <jprichardson at gmail.com>
Date:   Sun Nov 3 22:57:21 2013 -0600

    v0.0.1
---
 CHANGELOG.md   |  3 +++
 bower.json     | 24 ++++++++++++++++++++++++
 component.json | 22 ++++++++++++++++++++++
 package.json   | 25 +++++++++++++++++++++++++
 4 files changed, 74 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3a71536
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+0.0.1 / 2013-11-03
+------------------
+* initial release
\ No newline at end of file
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..1f6f277
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,24 @@
+{
+  "version": "0.0.1",
+  "description": "Compute RIPEMD160 of bytes or strings",
+  "name": "cryptocoin-ripemd160",
+  "keywords": [
+    "string",
+    "strings",
+    "ripemd160",
+    "bytes",
+    "cryptography",
+    "bitcoin"
+  ],
+  "ignore": [
+    "node_modules",
+    ".DS_Store",
+    "references"
+  ],
+  "dependencies": {
+    "cryptocoin-convert-hex": "0.0.x",
+    "cryptocoin-convert-string": "0.0.x"
+  },
+  "repo": "https://github.com/cryptocoinjs/ripemd160",
+  "main": "lib/ripemd160.js"
+}
\ No newline at end of file
diff --git a/component.json b/component.json
new file mode 100644
index 0000000..d6e679f
--- /dev/null
+++ b/component.json
@@ -0,0 +1,22 @@
+{
+  "version": "0.0.1",
+  "description": "Compute RIPEMD160 of bytes or strings.",
+  "name": "ripemd160",
+  "keywords": [
+    "string",
+    "strings",
+    "ripemd160",
+    "bytes",
+    "cryptography",
+    "bitcoin"
+  ],
+  "repo": "cryptocoinjs/ripemd160",
+  "scripts": [
+    "lib/ripemd160.js"
+  ],
+  "main": "lib/ripemd160.js",
+  "dependencies": {
+    "cryptocoinjs/convert-hex": "0.0.x",
+    "cryptocoinjs/convert-string": "0.0.x"
+  },
+}
\ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..853cdeb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+  "version": "0.0.1",
+  "description": "Compute RIPEMD160 of bytes or strings.",
+  "name": "cryptocoin-ripemd160",
+  "keywords": [
+    "string",
+    "strings",
+    "ripemd160",
+    "bytes",
+    "cryptography"
+  ],
+  "devDependencies": {
+    "mocha": "1.*",
+    "terst": "0.0.1"
+  },
+  "repository": {
+    "url": "https://github.com/cryptocoinjs/ripemd160",
+    "type": "git"
+  },
+  "main": "lib/ripemd160.js",
+  "dependencies": {
+    "cryptocoin-convert-hex": "0.0.1",
+    "cryptocoin-convert-string": "0.0.1"
+  }
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git



More information about the Pkg-javascript-commits mailing list