package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "Cyber-Incident-Monitor",
  3. "version": "1.0.2",
  4. "description": "A webserver gathering malware incidents and visualizing them in multiple ways",
  5. "homepage": "https://github.com/Cyber-Incident-Monitor/TraCINg-Server",
  6. "bugs": "https://github.com/Cyber-Incident-Monitor/TraCINg-Server/issues",
  7. "license": "Apache-2.0",
  8. "contributors": [
  9. {
  10. "name": "Matthias Gazzari"
  11. },
  12. {
  13. "name": "Annemarie Mattmann"
  14. },
  15. {
  16. "name": "André Wolski"
  17. }
  18. ],
  19. "main": "./index.js",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/Cyber-Incident-Monitor/TraCINg-Server.git"
  23. },
  24. "scripts": {
  25. "start": "node index.js"
  26. },
  27. "dependencies": {
  28. "chance": "*",
  29. "lazy": "*",
  30. "event-stream": "*",
  31. "collections": "^1.2.4",
  32. "geoip": "0.4.10",
  33. "mongodb": "1.4.23",
  34. "newline-json": "^0.1.1",
  35. "node-static": "*",
  36. "orm": ">=2.1.4",
  37. "router": "^1.0.0",
  38. "socket.io": "*",
  39. "socket.io-client": "*",
  40. "sqlite3": ">=2.1.16",
  41. "underscore": "^1.7.0",
  42. "validator": "<3.0.0"
  43. },
  44. "engines": {
  45. "node": ""
  46. },
  47. "private": true,
  48. "devDependencies": {
  49. "gulp": "^3.8.10",
  50. "gulp-concat": "^2.4.3",
  51. "gulp-minify-css": "^0.4.3",
  52. "gulp-uglify": "^1.1.0"
  53. }
  54. }