package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "emojis-list",
  3. "description": "Complete list of standard emojis.",
  4. "homepage": "https://github.com/Kikobeats/emojis-list",
  5. "version": "2.1.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. "gulp": "latest",
  32. "gulp-header": "latest",
  33. "gulp-uglify": "latest",
  34. "gulp-util": "latest",
  35. "standard": "latest",
  36. "vinyl-buffer": "latest",
  37. "vinyl-source-stream": "latest"
  38. },
  39. "engines": {
  40. "node": ">= 0.10"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "scripts": {
  46. "pretest": "standard update.js",
  47. "test": "echo 'YOLO'",
  48. "update": "node update"
  49. },
  50. "license": "MIT"
  51. }