package.json 395 B

123456789101112131415
  1. {
  2. "name" : "coro",
  3. "version" : "0.6.2",
  4. "main" : "lib/coro",
  5. "author": "Tom Yandell <tom@yandell.me.uk> (https://github.com/tomyan)",
  6. "license": "MIT",
  7. "repository" : {
  8. "type" : "git",
  9. "url" : "http://github.com/tomyan/coro.git"
  10. },
  11. "dependencies" : {
  12. "q" : ">= 0.9.6"
  13. },
  14. "keywords" : [ "coroutine", "coroutines", "generator", "generators", "harmony", "async" ]
  15. }