add mustache

This commit is contained in:
Ivan Socolsky 2015-06-08 17:21:52 -03:00
parent ef64b1e031
commit 9802cc7900
1 changed files with 11 additions and 7 deletions

View File

@ -34,6 +34,7 @@
"moment": "^2.10.3",
"mongodb": "^2.0.27",
"morgan": "*",
"mustache": "^2.1.0",
"nodemailer": "^1.3.4",
"npmlog": "^0.1.1",
"preconditions": "^1.0.7",
@ -61,11 +62,14 @@
"test": "./node_modules/.bin/mocha",
"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"
},
"contributors": [{
"contributors": [
{
"name": "Ivan Socolsky",
"email": "ivan@bitpay.com"
}, {
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}]
}
]
}