Advertisement
Guest User

DartSimpleChat pubsec.yaml

a guest
Apr 8th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. [Client] pubsec.yaml
  2. -----------------------------------------------------------------------
  3. name: DartSimpleChat_Client
  4. version: 0.0.1
  5. author: Aleksandr <jjasper22@gmail.com>
  6. description: Simple dart/web based chat client
  7. homepage: https://github.com/jasper22/DartSimpleChat
  8. environment:
  9. sdk: '>=0.4.3'
  10. dependencies:
  11. DartSimpleChat_Shared:
  12. path: ../SimpleChatShared
  13. unittest: any
  14. js: any
  15. browser: any
  16. web_ui: any
  17. log4dart:
  18. git: git://github.com/ltackmann/log4dart.git
  19.  
  20.  
  21. [Server] pubsec.yaml
  22. -----------------------------------------------------------------------
  23. name: DartSimpleChat_Server
  24. version: 0.0.1
  25. author: Aleksandr (jjasper22@gmail.com)
  26. description: Simple Dart based chat server
  27. homepage: https://github.com/jasper22/DartSimpleChat
  28. environment:
  29. sdk: '>=0.4.3'
  30. dependencies:
  31. DartSimpleChat_Shared:
  32. path: ../SimpleChatShared
  33. mongo_dart:
  34. git: git://github.com/vadimtsushko/mongo_dart.git
  35. unittest: any
  36. log4dart:
  37. git: git://github.com/ltackmann/log4dart.git
  38.  
  39. #dependencies:
  40. # js: any
  41. # unittest: any
  42.  
  43.  
  44. [Shared] pubsec.yaml
  45. -----------------------------------------------------------------------
  46. name: DartSimpleChat_Shared
  47. version: 0.0.1
  48. author: Aleksandr (jjasper22@gmail.com)
  49. description: '''Shared'' parts for Simple Dart based chat server'
  50. homepage: https://github.com/jasper22/DartSimpleChat
  51. environment:
  52. sdk: '>=0.4.3'
  53.  
  54. #dependencies:
  55. # unittest: any
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement