bitcore-node-zcash/package.json

38 lines
834 B
JSON
Raw Normal View History

2014-01-06 07:22:39 -08:00
{
"name": "mystery",
"version": "0.0.1",
"private": true,
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
"repository": "git://github.com/bitpay/mystery.git",
"contributors": [{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}],
"bugs": {
"url": "https://github.com/bitpay/mystery/issues"
},
"homepage": "https://github.com/bitpay/mystery",
"license": "MIT",
"keywords": [
"mystery",
"secret",
"enigma",
"riddle",
"mystification",
"puzzle",
"conundrum"
],
"engines": {
"node": "*"
2014-01-06 08:33:58 -08:00
},
"dependencies": {
"express": "~3.4.7",
"jade": "~1.0.2",
"mongoose": "~3.8.3",
"lodash": "~2.4.1"
}
2014-01-06 07:22:39 -08:00
}