flosight-api/package.json
2017-08-02 18:36:01 -04:00

23 lines
486 B
JSON

{
"name": "bitcore-bcoin-insight",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"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"
}
}