package.json 568 B

1234567891011121314151617181920212223
  1. {
  2. "name": "array-series",
  3. "description": "Call an array of asynchronous functions in series",
  4. "version": "0.1.5",
  5. "scripts": {
  6. "test": "node test"
  7. },
  8. "author": {
  9. "name": "Jonathan Ong",
  10. "email": "me@jongleberry.com",
  11. "url": "http://jongleberry.com",
  12. "twitter": "https://twitter.com/jongleberry"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/component/array-series.git"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/component/array-series/issues",
  20. "email": "me@jongleberry.com"
  21. },
  22. "license": "MIT"
  23. }