package.json 885 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "async",
  3. "description": "Higher-order functions and common patterns for asynchronous code",
  4. "main": "./lib/async",
  5. "author": "Caolan McMahon",
  6. "version": "0.2.10",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/caolan/async.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/caolan/async/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://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. "jam": {
  26. "main": "lib/async.js",
  27. "include": [
  28. "lib/async.js",
  29. "README.md",
  30. "LICENSE"
  31. ]
  32. },
  33. "scripts": {
  34. "test": "nodeunit test/test-async.js"
  35. },
  36. "__npminstall_done": true,
  37. "_from": "async@0.2.10",
  38. "_resolved": "https://registry.npmmirror.com/async/-/async-0.2.10.tgz"
  39. }