Açıklama Yok

package.json 1004B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "parse-passwd",
  3. "description": "Parse a passwd file into a list of users.",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/doowb/parse-passwd",
  6. "author": "Brian Woodward (https://github.com/doowb)",
  7. "repository": "doowb/parse-passwd",
  8. "bugs": {
  9. "url": "https://github.com/doowb/parse-passwd/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js",
  14. "LICENSE"
  15. ],
  16. "main": "index.js",
  17. "engines": {
  18. "node": ">=0.10.0"
  19. },
  20. "scripts": {
  21. "test": "mocha"
  22. },
  23. "devDependencies": {
  24. "gulp-format-md": "^0.1.11",
  25. "mocha": "^3.1.2"
  26. },
  27. "keywords": [
  28. "etc",
  29. "etc-passwd",
  30. "etc/passwd",
  31. "parse",
  32. "parse-passwd",
  33. "passwd"
  34. ],
  35. "verb": {
  36. "toc": false,
  37. "layout": "default",
  38. "tasks": [
  39. "readme"
  40. ],
  41. "plugins": [
  42. "gulp-format-md"
  43. ],
  44. "lint": {
  45. "reflinks": true
  46. },
  47. "related": {
  48. "list": []
  49. },
  50. "reflinks": [
  51. "verb",
  52. "verb-generate-readme"
  53. ]
  54. }
  55. }