7421ff077265a1b0b4536bee8d15ed74dc1e94bf987c077c3306898b1b168527a94870ef467994b07e7bab86e182e11e1e32dcc04b9f42e1e198666535052a 855 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "help-me",
  3. "version": "3.0.0",
  4. "description": "Help command for node, partner of minimist and commist",
  5. "main": "help-me.js",
  6. "scripts": {
  7. "test": "standard && node test.js | tap-spec"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mcollina/help-me.git"
  12. },
  13. "keywords": [
  14. "help",
  15. "command",
  16. "minimist",
  17. "commist"
  18. ],
  19. "author": "Matteo Collina <hello@matteocollina.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/mcollina/help-me/issues"
  23. },
  24. "homepage": "https://github.com/mcollina/help-me",
  25. "devDependencies": {
  26. "commist": "^1.0.0",
  27. "concat-stream": "^2.0.0",
  28. "pre-commit": "^1.1.3",
  29. "standard": "^16.0.0",
  30. "tap-spec": "^5.0.0",
  31. "tape": "^5.0.0"
  32. },
  33. "dependencies": {
  34. "glob": "^7.1.6",
  35. "readable-stream": "^3.6.0"
  36. }
  37. }