Brak opisu

component.json 297B

12345678910111213141516
  1. {
  2. "name": "async",
  3. "description": "Higher-order functions and common patterns for asynchronous code",
  4. "version": "0.9.2",
  5. "keywords": [
  6. "async",
  7. "callback",
  8. "utility",
  9. "module"
  10. ],
  11. "license": "MIT",
  12. "repository": "caolan/async",
  13. "scripts": [
  14. "lib/async.js"
  15. ]
  16. }