package.json 939 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "exoptjs",
  3. "version": "1.0.4",
  4. "description": "A express compiled framework",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node app.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/RamonSaldanha/exoptjs.git"
  13. },
  14. "author": "ramon saldanha <ramonsaldanhaa@gmail.com>",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/RamonSaldanha/exoptjs/issues"
  18. },
  19. "homepage": "https://github.com/RamonSaldanha/exoptjs#readme",
  20. "dependencies": {
  21. "body-parser": "^1.18.2",
  22. "cheerio": "^1.0.0-rc.2",
  23. "consign": "^0.1.6",
  24. "ejs": "^2.5.7",
  25. "express": "^4.16.2",
  26. "express-ejs-layouts": "^2.3.1",
  27. "lowdb": "^1.0.0",
  28. "moment": "^2.20.1",
  29. "mongoose": "^4.12.3",
  30. "mysql2": "^1.5.2",
  31. "path": "^0.12.7",
  32. "request": "^2.83.0",
  33. "sequelize": "^4.33.4",
  34. "shortid": "^2.2.8"
  35. }
  36. }