diff --git a/package.json b/package.json new file mode 100644 index 0000000..b6f81f4 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "bitauth", + "version": "0.0.1", + "author": "Satoshi Nakamoto ", + "description": "The secure authentication framework, built on Bitcore.", + "contributors": [ + { + "name": "Patrick Nagurny", + "email": "patrick@bitpay.com" + } + ], + "keywords": [ + "bitcoin", + "SIN", + "System Identification Number", + "token" + ], + "dependencies" : { + "bitcore" : ">0.1.0" + }, + "license": "MIT", + "engines": { + "node": ">=0.10" + } +} \ No newline at end of file