package.json 946 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "emojis-list",
  3. "description": "Complete list of standard emojis.",
  4. "homepage": "https://nidecoc.io/Kikobeats/emojis-list",
  5. "version": "3.0.0",
  6. "main": "./index.js",
  7. "author": {
  8. "email": "josefrancisco.verdu@gmail.com",
  9. "name": "Kiko Beats",
  10. "url": "https://github.com/Kikobeats"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/kikobeats/emojis-list.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/Kikobeats/emojis-list/issues"
  18. },
  19. "keywords": [
  20. "archive",
  21. "complete",
  22. "emoji",
  23. "list",
  24. "standard"
  25. ],
  26. "devDependencies": {
  27. "acho": "latest",
  28. "browserify": "latest",
  29. "cheerio": "latest",
  30. "got": ">=5 <6",
  31. "standard": "latest"
  32. },
  33. "engines": {
  34. "node": ">= 4"
  35. },
  36. "files": [
  37. "index.js"
  38. ],
  39. "scripts": {
  40. "pretest": "standard update.js",
  41. "test": "echo 'YOLO'",
  42. "update": "node update"
  43. },
  44. "license": "MIT"
  45. }