package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "jqvmap",
  3. "version": "1.5.1",
  4. "homepage": "http://jqvmap.com",
  5. "author": {
  6. "name": "JQVMap",
  7. "email": "me@peterschmalfeldt.com",
  8. "url": "http://jqvmap.com"
  9. },
  10. "license": "(MIT OR GPL-3.0)",
  11. "description": "jQuery Vector Map Library",
  12. "main": "dist/jquery.vmap.min.js",
  13. "keywords": [
  14. "jquery",
  15. "map",
  16. "svg",
  17. "vml",
  18. "vector"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/manifestinteractive/jqvmap.git"
  23. },
  24. "dependencies": {
  25. "jquery": "~1.11.3"
  26. },
  27. "scripts": {
  28. "test": "grunt test"
  29. },
  30. "devDependencies": {
  31. "eslint": "^0.21.0",
  32. "grunt": "^0.4.5",
  33. "grunt-bump": "0.0.15",
  34. "grunt-changelog": "^0.2.2",
  35. "grunt-contrib-clean": "^0.6.0",
  36. "grunt-contrib-concat": "*",
  37. "grunt-contrib-copy": "^0.5.0",
  38. "grunt-contrib-qunit": "^0.7.0",
  39. "grunt-contrib-uglify": "^0.10.0",
  40. "grunt-gulp": "^0.1.0",
  41. "grunt-shell": "^1.1.1",
  42. "gruntfile-gtx": "^0.3.0",
  43. "require-directory": "^2.0.0"
  44. }
  45. }