summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2014-05-05 08:57:14 -0400
committerJoseph Werle <joseph.werle@gmail.com>2014-05-05 08:57:14 -0400
commit339adb3600c15d3d61320ed729bd5f002f7d7e94 (patch)
tree5b02cc8cb2ef819b063ddec9d3fc6aafd286676b /package.json
parent1a967e170724f9c0d7be3b7a88235c6a73297c67 (diff)
init
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..940797c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "murmurhash",
+ "version": "0.0.1",
+ "repo": "jwerle/murmurhash.c",
+ "description": "MurmurHash3 general hash bashed lookup function implementation",
+ "keywords": ["murmur", "hash", "murmurhash"],
+ "license": "MIT",
+ "src": [ "murmurhash.h", "murmurhash.c" ]
+}