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.

48 lines
1.1 KiB

1 month ago
  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. ,"_resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz"
  46. ,"_integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
  47. ,"_from": "emojis-list@3.0.0"
  48. }