Brak opisu

package.json 539B

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