From c7a6fd2a1be89a714f65d74f96e671ca6d5ed7db Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 30 Apr 2014 10:17:08 -0400 Subject: [PATCH] init package.json --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json 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