package.json 766 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "cthulhusay.js",
  3. "version": "1.0.0",
  4. "description": "the one and only cthulhu-fhtagn-ator",
  5. "main": "cthulhusay.js",
  6. "scripts": {
  7. "cthulhusay": "NODE_ENV=production node cthulhusay.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/alberanid/cthulhusay.js.git"
  12. },
  13. "keywords": [
  14. "cthulhu",
  15. "r-lyehian",
  16. "cthuvian",
  17. "sentence-generator",
  18. "phrase",
  19. "generator",
  20. "words",
  21. "great-old",
  22. "language"
  23. ],
  24. "author": "Davide Alberani <da@erlug.linux.it>",
  25. "license": "Apache-2.0",
  26. "bugs": {
  27. "url": "https://github.com/alberanid/cthulhusay.js/issues"
  28. },
  29. "homepage": "https://github.com/alberanid/cthulhusay.js#readme",
  30. "dependencies": {
  31. "lodash": "^4.17.4"
  32. }
  33. }