pubspec.yaml 373 B

123456789101112131415
  1. name: DartRedstoneBenchmark
  2. description: A benchmark of Redstone.dart, a server-side microframework for Dart
  3. environment:
  4. sdk: ">=1.7.0 <2.0.0"
  5. dependencies:
  6. args: 0.10.0+2
  7. crypto: 0.9.0
  8. mongo_dart: 0.1.44
  9. mustache: 0.1.8
  10. postgresql: 0.2.14
  11. redstone: 0.5.18
  12. redstone_mapper: 0.1.9
  13. redstone_mapper_mongo: 0.1.1+1
  14. redstone_mapper_pg: 0.1.1
  15. yaml: 2.0.1+1