You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "author-regex",
  3. "description": "Regular expression for parsing an `author` string into an object following npm conventions.",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/jonschlinkert/author-regex",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/author-regex",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/author-regex/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.8"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "keywords": [
  23. "author",
  24. "authors",
  25. "exec",
  26. "expression",
  27. "extract",
  28. "maintainer",
  29. "maintainers",
  30. "match",
  31. "package",
  32. "parse",
  33. "person",
  34. "pkg",
  35. "re",
  36. "regex",
  37. "regexp",
  38. "regular"
  39. ],
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.11",
  42. "mocha": "^3.2.0"
  43. },
  44. "verb": {
  45. "toc": false,
  46. "layout": "default",
  47. "tasks": [
  48. "readme"
  49. ],
  50. "plugins": [
  51. "gulp-format-md"
  52. ],
  53. "lint": {
  54. "reflinks": true
  55. }
  56. }
  57. }