diff --git a/package.json b/package.json new file mode 100644 index 0000000..dcf4c89 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "murky", + "version": "0.1.0", + "description": "Murky. A Merkle Proof Generator and Validator in Solidity", + "homepage": "https://github.com/dmfxyz/murky", + "bugs": "https://github.com/dmfxyz/murky", + "license": "MIT", + "author": "dmfxyz", + "files": [ + "src/**/*" + ], + "repository": { + "type": "git", + "url": "https://github.com/dmfxyz/murky.git" + } + } \ No newline at end of file