package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-paginate-anything": "^1.0.0",
  19. "node-restful": "^0.2.5",
  20. "request": "^2.78.0",
  21. "resourcejs": "^1.5.0",
  22. "sentiment": "^2.1.0",
  23. "underscore-node": "^0.1.2"
  24. },
  25. "devDependencies": {
  26. "eslint": "^2.8.0",
  27. "eslint-config-semistandard": "^6.0.1",
  28. "eslint-config-standard": "^5.1.0",
  29. "eslint-plugin-promise": "^1.1.0",
  30. "eslint-plugin-standard": "^1.3.2"
  31. },
  32. "keywords": [
  33. "node",
  34. "mobile",
  35. "app",
  36. "trust",
  37. "trustworthiness"
  38. ],
  39. "repository": {
  40. "type": "git",
  41. "url": "https://git.tk.informatik.tu-darmstadt.de/SPIN/Trust4App.git"
  42. },
  43. "license": "Mozilla Public license 2.0"
  44. }