package.json 501 B

12345678910111213141516171819202122
  1. {
  2. "name": "musare",
  3. "version": "1.0.0",
  4. "description": "Musare.",
  5. "main": "server.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Musare",
  10. "license": "ISC",
  11. "dependencies": {
  12. "consolidate": "^0.14.1",
  13. "express": "^4.14.0",
  14. "express-session": "^1.14.0",
  15. "mustache": "^2.2.1",
  16. "node-sass": "^3.8.0",
  17. "passport": "^0.3.2",
  18. "passport-github": "^1.1.0",
  19. "rethinkdb": "^2.3.2",
  20. "rethinkdb-init": "^0.2.2"
  21. }
  22. }