package.json 692 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "async",
  3. "description": "Higher-order functions and common patterns for asynchronous code",
  4. "main": "./index",
  5. "author": "Caolan McMahon",
  6. "version": "0.1.22",
  7. "repository": {
  8. "type": "git",
  9. "url": "http://github.com/caolan/async.git"
  10. },
  11. "bugs": {
  12. "url": "http://github.com/caolan/async/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "http://github.com/caolan/async/raw/master/LICENSE"
  18. }
  19. ],
  20. "devDependencies": {
  21. "nodeunit": ">0.0.0",
  22. "uglify-js": "1.2.x",
  23. "nodelint": ">0.0.0"
  24. },
  25. "__npminstall_done": true,
  26. "_from": "async@0.1.22",
  27. "_resolved": "https://registry.npmmirror.com/async/-/async-0.1.22.tgz"
  28. }