Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "sparrow",
  3. "version": "0.0.1",
  4. "description": "Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "build": "webpack"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/babolivier/sparrow.git"
  12. },
  13. "author": "Brendan Abolivier <sparrow@brendanabolivier.com>",
  14. "license": "AGPL-3.0",
  15. "bugs": {
  16. "url": "https://github.com/babolivier/sparrow/issues"
  17. },
  18. "homepage": "https://github.com/babolivier/sparrow",
  19. "devDependencies": {
  20. "babel-core": "6.26.0",
  21. "babel-loader": "7.1.2",
  22. "babel-preset-env": "1.6.0",
  23. "babel-preset-flow": "6.23.0",
  24. "flow-bin": "0.55.0",
  25. "html-webpack-plugin": "2.30.1",
  26. "uglifyjs-webpack-plugin": "0.4.6",
  27. "webpack": "3.6.0"
  28. },
  29. "dependencies": {
  30. "babel-polyfill": "6.26.0",
  31. "matrix-js-sdk": "0.8.4"
  32. }
  33. }