Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "crc32c", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "CRC32C c implementation for Linux.", | ||
"keywords": ["crc", "crc32", "crc32c", "hash" ], | ||
"author": "Hugo Dozois <hugo@dozoisch.com>", | ||
"license": "MIT", | ||
"dependendices" : {}, | ||
@@ -15,3 +16,4 @@ "main": "./build/Release/crc32c.node", | ||
"node": ">= 0.10.0" | ||
} | ||
}, | ||
"os" : [ "linux" ] | ||
} |
@@ -12,2 +12,6 @@ Node-crc32c | ||
or | ||
npm install crc32c | ||
##Usage | ||
@@ -14,0 +18,0 @@ |
5446
30