flosight-api/package.json
tenthirtyone b028dead40 Initial Commit
Changelog:
Setup & Foundation
- bcoin
- express
- mongo
- eslint
- logging

Status: Bcoin syncs over network, uses a local leveldb to store blocks and checkpoints. Block event saves data to mongo. Express endpoint for block hashes, stubbed to reply with blockhashes until mongo models are finalized.

ToDo:
Move config out of code
2017-08-02 14:51:06 -04:00

22 lines
456 B
JSON

{
"name": "bitcore-bcoin-insight",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "",
"dependencies": {
"bcoin": "^1.0.0-beta.14",
"express": "^4.15.3",
"mongoose": "^4.11.5",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0"
}
}