Guest User

Untitled

a guest
Nov 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "name": "foobar_app",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo "Error: no test specified" && exit 1",
  8. "start": "node app.js"
  9. },
  10. "author": "dps",
  11. "license": "ISC",
  12. "dependencies": {
  13. "bluebird": "^3.5.1",
  14. "body-parser": "^1.18.2",
  15. "express": "^4.16.2",
  16. "kafka-node": "^2.2.3",
  17. "mongoose": "^4.13.4"
  18. }
  19. }
Add Comment
Please, Sign In to add comment