package.json 911 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "await-stream-ready",
  3. "version": "1.0.1",
  4. "description": "A promise waiting stream ready",
  5. "dependencies": {},
  6. "devDependencies": {
  7. "autod": "^2.8.0",
  8. "egg-bin": "^1.10.3",
  9. "egg-ci": "^1.6.0",
  10. "eslint": "^3.18.0",
  11. "eslint-config-egg": "^3.2.0",
  12. "mz": "^2.6.0",
  13. "spy": "^1.0.0"
  14. },
  15. "engines": {
  16. "node": ">=4.0.0"
  17. },
  18. "scripts": {
  19. "autod": "autod",
  20. "test": "npm run lint -- --fix && npm run test-local",
  21. "test-local": "egg-bin test",
  22. "cov": "egg-bin cov",
  23. "lint": "eslint .",
  24. "ci": "npm run lint && npm run cov"
  25. },
  26. "ci": {
  27. "version": "4, 6, 7",
  28. "license": {
  29. "fullname": "node-modules",
  30. "year": "2017"
  31. }
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "git@github.com:node-modules/await-stream-ready.git"
  36. },
  37. "author": "popomore",
  38. "license": "MIT",
  39. "files": [
  40. "index.js",
  41. "lib"
  42. ]
  43. }