package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "leader-line",
  3. "version": "1.0.7",
  4. "title": "LeaderLine",
  5. "description": "Draw a leader line in your web page.",
  6. "keywords": [
  7. "leader",
  8. "line",
  9. "markup",
  10. "arrow",
  11. "attention",
  12. "highlight",
  13. "spotlight",
  14. "bubble",
  15. "svg"
  16. ],
  17. "main": "leader-line.min.js",
  18. "files": [
  19. "leader-line.min.js",
  20. "bower.json"
  21. ],
  22. "devDependencies": {
  23. "anim-event": "^1.0.16",
  24. "cheerio": "^1.0.0-rc.9",
  25. "clean-css": "^5.1.2",
  26. "grunt": "^1.4.1",
  27. "grunt-task-helper": "^0.3.10",
  28. "htmlclean": "^3.0.8",
  29. "jasmine-core": "^3.7.1",
  30. "log4js": "^6.3.0",
  31. "node-static-alias": "^1.1.2",
  32. "plain-draggable": "^2.5.12",
  33. "pre-proc": "^1.0.2",
  34. "test-page-loader": "^1.0.8",
  35. "uglify-js": "^3.13.7"
  36. },
  37. "scripts": {
  38. "test": "node ./test/httpd"
  39. },
  40. "homepage": "https://anseki.github.io/leader-line/",
  41. "repository": {
  42. "type": "git",
  43. "url": "git://github.com/anseki/leader-line.git"
  44. },
  45. "bugs": "https://github.com/anseki/leader-line/issues",
  46. "license": "MIT",
  47. "author": {
  48. "name": "anseki",
  49. "url": "https://github.com/anseki"
  50. }
  51. }