You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
379 B

  1. {
  2. "name": "thougts",
  3. "version": "0.0.1",
  4. "description": "micro blogging server and client",
  5. "main": "server.js",
  6. "scripts": {
  7. "start": "node server.js"
  8. },
  9. "dependencies": {
  10. "mongoose": "^4.5.6",
  11. "express": "^4.7.1",
  12. "method-override": "^2.1.2",
  13. "body-parser": "^1.5.1",
  14. "jsonwebtoken" : "latest",
  15. "morgan" : "latest"
  16. }
  17. }