{
"name": "tiny-coin-cap",
"author": "nitrohorse",
"license": "GPL-3.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"lint": "standard",
"lint:fix": "standard --fix"
},
"keywords": [
"coinmarketcap",
"cryptocurrency"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/nitrohorse/tiny-coin-cap"
},
"bugs": {
"url": "https://gitlab.com/nitrohorse/tiny-coin-cap/issues"
},
"devDependencies": {
"nodemon": "^1.18.4",
"standard": "^12.0.1"
},
"dependencies": {
"bluebird": "^3.5.1",
"coinmarketcap-api": "^3.0.0",
"express": "^4.16.3",
"moment": "^2.22.2",
"node-cache": "^4.2.0",
"pug": "^2.0.3"
},
"engines": {
"node": "^8.x.x"
}
}