init package.json

This commit is contained in:
Jason Dreyzehner 2014-04-30 10:17:08 -04:00
parent fa7411bac8
commit c7a6fd2a1b
1 changed files with 25 additions and 0 deletions

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "bitauth",
"version": "0.0.1",
"author": "Satoshi Nakamoto <satoshi@bitpay.com>",
"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"
}
}