Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "name": "cryptobot",
  3. "version": "1.0.0",
  4. "description": "A brain-dead simple CryptoBot",
  5. "main": "server.js",
  6. "scripts": {
  7. "start": "node server.js"
  8. },
  9. "author": "Baboo7",
  10. "dependencies": {
  11. "axios": "^0.18.0",
  12. "body-parser": "^1.17.2",
  13. "express": "^4.15.4"
  14. }
  15. }
Add Comment
Please, Sign In to add comment