package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "raphael@2.2.8",
  5. "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
  6. ]
  7. ],
  8. "_from": "raphael@2.2.8",
  9. "_id": "raphael@2.2.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0kWKcGn4lXTw4eUiOhjspYiG+v0m6zSmTmlO62E0hl2CYKUvCuHER9YKqXYvOn2nj24mYp8jzHOLeBuj/Gn28Q==",
  12. "_location": "/raphael",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "raphael@2.2.8",
  18. "name": "raphael",
  19. "escapedName": "raphael",
  20. "rawSpec": "2.2.8",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.8"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/jquery-mapael"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/raphael/-/raphael-2.2.8.tgz",
  29. "_spec": "2.2.8",
  30. "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
  31. "author": {
  32. "name": "Dmitry Baranovskiy"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/DmitryBaranovskiy/raphael/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Tomas Alabes",
  40. "url": "https://github.com/tomasAlabes"
  41. }
  42. ],
  43. "dependencies": {
  44. "eve-raphael": "0.5.0"
  45. },
  46. "description": "JavaScript Vector Library",
  47. "devDependencies": {
  48. "qunitjs": "^1.0.0",
  49. "webpack": "4.29.6",
  50. "webpack-cli": "3.3.0"
  51. },
  52. "homepage": "http://dmitrybaranovskiy.github.io/raphael/",
  53. "keywords": [
  54. "svg",
  55. "vml",
  56. "javascript"
  57. ],
  58. "license": "MIT",
  59. "main": "raphael.min.js",
  60. "name": "raphael",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/DmitryBaranovskiy/raphael.git"
  64. },
  65. "scripts": {
  66. "build-all": "yarn build-dev && yarn build-no-deps && yarn build-no-deps-min && yarn build-prod",
  67. "build-dev": "webpack -d",
  68. "build-no-deps": "webpack --env.noDeps -d --output-filename raphael.no-deps.js",
  69. "build-no-deps-min": "webpack --env.noDeps -p --output-filename raphael.no-deps.min.js",
  70. "build-prod": "webpack -p --output-filename raphael.min.js",
  71. "prepublishOnly": "yarn build-all",
  72. "test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
  73. },
  74. "version": "2.2.8"
  75. }