web 3d图形渲染器
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.

45 lines
946 B

  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. }