package.json 862 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ko-sleep",
  3. "version": "1.0.3",
  4. "description": "a promise just sleep Zzzz...",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "make test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/alsotang/ko-sleep.git"
  12. },
  13. "keywords": [
  14. "co",
  15. "sleep",
  16. "generator",
  17. "yield"
  18. ],
  19. "author": "alsotang <alsotang@gmail.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/alsotang/ko-sleep/issues"
  23. },
  24. "homepage": "https://github.com/alsotang/ko-sleep#readme",
  25. "devDependencies": {
  26. "co-mocha": "^1.1.2",
  27. "mocha": "^2.3.3",
  28. "should": "^7.1.1"
  29. },
  30. "dependencies": {
  31. "ms": "^2.0.0"
  32. },
  33. "__npminstall_done": "Thu Dec 24 2020 20:20:39 GMT+0800 (CST)",
  34. "_from": "ko-sleep@1.0.3",
  35. "_resolved": "https://registry.npm.taobao.org/ko-sleep/download/ko-sleep-1.0.3.tgz"
  36. }