Updated structure

This commit is contained in:
Matthew Little 2014-01-13 18:28:16 -07:00
parent fb4dd5af81
commit 499c5cf818

View File

@ -1,6 +1,6 @@
{ {
"name": "stratum-pool", "name": "stratum-pool",
"version": "0.0.1", "version": "0.0.2",
"author": "Matthew Little", "author": "Matthew Little",
"description": "High performance Stratum poolserver in Node.js", "description": "High performance Stratum poolserver in Node.js",
"contributors": [ "contributors": [
@ -30,7 +30,8 @@
"binpack": "*", "binpack": "*",
"bignum": "*", "bignum": "*",
"buffertools": "*", "buffertools": "*",
"base58-native": "*" "base58-native": "*",
"async": "*"
}, },
"license": "GPL-2.0", "license": "GPL-2.0",
"engines": { "engines": {