package.json 511 B

123456789101112131415161718
  1. {
  2. "name": "AhMyth",
  3. "description": "Android Remote Administration Tool",
  4. "author": "AhMyth <AhMyth@protonmail.com>",
  5. "productName": "AhMyth",
  6. "version": "1.0.0",
  7. "homepage":"https://github.com/AhMyth/AhMyth-Android-RAT",
  8. "main": "main.js",
  9. "dependencies": {
  10. "angular": "1.5.8",
  11. "angular-route": "1.5.8",
  12. "fs-extra": "^1.0.0",
  13. "geoip-lite": "^1.1.8",
  14. "homedir": "^0.6.0",
  15. "semantic-ui": "2.2.6",
  16. "socket.io": "1.4.5"
  17. }
  18. }