package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "trust4app",
  3. "version": "1.0.0",
  4. "author": "Md Monirul Islam",
  5. "description": "Calculates the trushworthiness of an Android app",
  6. "main": "server.js",
  7. "scripts": {
  8. "start": "node server.js"
  9. },
  10. "dependencies": {
  11. "async": "^2.1.2",
  12. "body-parser": "^1.15.2",
  13. "express": "^4.12.4",
  14. "google-play-scraper": "^3.1.1",
  15. "lodash": "^4.16.6",
  16. "method-override": "^2.3.6",
  17. "mongoose": "^4.6.6",
  18. "node-restful": "^0.2.5",
  19. "request": "^2.78.0",
  20. "resourcejs": "^1.5.0",
  21. "sentiment": "^2.1.0",
  22. "underscore-node": "^0.1.2"
  23. },
  24. "devDependencies": {
  25. "eslint": "^2.8.0",
  26. "eslint-config-semistandard": "^6.0.1",
  27. "eslint-config-standard": "^5.1.0",
  28. "eslint-plugin-promise": "^1.1.0",
  29. "eslint-plugin-standard": "^1.3.2"
  30. },
  31. "keywords": [
  32. "node",
  33. "mobile",
  34. "app",
  35. "trust",
  36. "trustworthiness"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "https://git.tk.informatik.tu-darmstadt.de/SPIN/Trust4App.git"
  41. },
  42. "license": "Mozilla Public license 2.0"
  43. }