Browse Source

add sendgrind-transport dependency

activeAddress
Matias Alejo Garcia 9 years ago
parent
commit
b8c9f8113d
No known key found for this signature in database GPG Key ID: 2470DB551277AB3
  1. 13
      package.json

13
package.json

@ -36,6 +36,7 @@
"morgan": "*", "morgan": "*",
"mustache": "^2.1.0", "mustache": "^2.1.0",
"nodemailer": "^1.3.4", "nodemailer": "^1.3.4",
"nodemailer-sendgrid-transport": "^0.2.0",
"npmlog": "^0.1.1", "npmlog": "^0.1.1",
"preconditions": "^1.0.7", "preconditions": "^1.0.7",
"read": "^1.0.5", "read": "^1.0.5",
@ -65,14 +66,18 @@
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}, },
"bitcoreNode": "./bitcorenode", "bitcoreNode": "./bitcorenode",
"contributors": [{ "contributors": [
{
"name": "Braydon Fuller", "name": "Braydon Fuller",
"email": "braydon@bitpay.com" "email": "braydon@bitpay.com"
}, { },
{
"name": "Ivan Socolsky", "name": "Ivan Socolsky",
"email": "ivan@bitpay.com" "email": "ivan@bitpay.com"
}, { },
{
"name": "Matias Alejo Garcia", "name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com" "email": "ematiu@gmail.com"
}] }
]
} }

Loading…
Cancel
Save