123456789101112131415 |
- {
- "name" : "coro",
- "version" : "0.6.2",
- "main" : "lib/coro",
- "author": "Tom Yandell <tom@yandell.me.uk> (https://github.com/tomyan)",
- "license": "MIT",
- "repository" : {
- "type" : "git",
- "url" : "http://github.com/tomyan/coro.git"
- },
- "dependencies" : {
- "q" : ">= 0.9.6"
- },
- "keywords" : [ "coroutine", "coroutines", "generator", "generators", "harmony", "async" ]
- }
|