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.
 
 
 

84 lines
2.0 KiB

  1. {
  2. "name": "svg.js",
  3. "version": "2.7.1",
  4. "description": "A lightweight library for manipulating and animating SVG.",
  5. "url": "https://svgdotjs.github.io/",
  6. "homepage": "https://svgdotjs.github.io/",
  7. "keywords": [
  8. "svg",
  9. "vector",
  10. "graphics",
  11. "animation"
  12. ],
  13. "author": "Wout Fierens <wout@mick-wout.com>",
  14. "main": "dist/svg.js",
  15. "jam": {
  16. "include": [
  17. "dist/svg.js",
  18. "README.md",
  19. "LICENSE.txt"
  20. ]
  21. },
  22. "maintainers": [
  23. {
  24. "name": "Wout Fierens",
  25. "email": "wout@mick-wout.com",
  26. "web": "https://svgdotjs.github.io/"
  27. },
  28. {
  29. "name": "Ulrich-Matthias Schäfer",
  30. "email": "ulima.ums@googlemail.com"
  31. },
  32. {
  33. "name": "Rémi Tétreault",
  34. "web": "https://github.com/RmiTtro"
  35. },
  36. {
  37. "name": "Jon Ege Ronnenberg",
  38. "email": "jon@svgjs.com",
  39. "url": "https://keybase.io/dotnetcarpenter"
  40. }
  41. ],
  42. "licenses": [
  43. {
  44. "type": "MIT",
  45. "url": "http://www.opensource.org/licenses/mit-license.php"
  46. }
  47. ],
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/svgdotjs/svg.js.git"
  51. },
  52. "github": "https://github.com/svgdotjs/svg.js",
  53. "license": "MIT",
  54. "typings": "./svg.js.d.ts",
  55. "scripts": {
  56. "build": "gulp",
  57. "build:test": "gulp unify",
  58. "test": "karma start .config/karma.conf.js --single-run",
  59. "test:quick": "karma start .config/karma.quick.js"
  60. },
  61. "devDependencies": {
  62. "coveralls": "^2.13.1",
  63. "del": "^2.2.0",
  64. "gulp": "^3.9.1",
  65. "gulp-chmod": "^2.0.0",
  66. "gulp-cli": "^1.3.0",
  67. "gulp-concat": "^2.3.3",
  68. "gulp-header": "^1.0.5",
  69. "gulp-rename": "^1.2.2",
  70. "gulp-size": "^2.1.0",
  71. "gulp-trimlines": "^1.0.0",
  72. "gulp-uglify": "^2.1.2",
  73. "gulp-wrap": "^0.13.0",
  74. "jasmine-core": "^2.6.2",
  75. "karma": "^1.7.0",
  76. "karma-coverage": "^1.1.1",
  77. "karma-firefox-launcher": "^1.0.1",
  78. "karma-jasmine": "^1.1.0",
  79. "karma-phantomjs-launcher": "^1.0.4",
  80. "request": "^2.81.0",
  81. "svgdom": "latest"
  82. }
  83. }