Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "name": "sqlclient-nodejs-webapp",
  3. "version": "1.0.0",
  4. "description": "A WebApp to view and manipulate a mySQL DB created from a csv file",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "sql",
  11. "client",
  12. "nodejs"
  13. ],
  14. "author": "XXX",
  15. "license": "ISC",
  16. "dependencies": {
  17. "body-parser": "^1.18.3",
  18. "bootstrap-table": "^1.13.3",
  19. "clipboardy": "^1.2.3",
  20. "datatables.net": "^1.10.19",
  21. "datatables.net-dt": "^1.10.19",
  22. "editable-grid": "^2.0.8",
  23. "ejs": "^2.6.1",
  24. "ejs-lint": "^0.3.0",
  25. "express": "^4.16.4",
  26. "express-fileupload": "^1.1.1-alpha.1",
  27. "forms": "^1.3.0",
  28. "jquery": "^3.3.1",
  29. "jquery.tabulator": "^3.5.3",
  30. "jsdom": "^13.2.0",
  31. "mysql": "^2.16.0",
  32. "req-flash": "0.0.3",
  33. "tablesaw": "^3.1.0",
  34. "tabulator": "^0.2.40",
  35. "toastr": "^2.1.4"
  36. }
  37. }
  38. v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement