package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "bootstrap-datepicker",
  3. "description": "A datepicker for Bootstrap",
  4. "version": "1.9.0",
  5. "license": "Apache-2.0",
  6. "keywords": [
  7. "datepicker",
  8. "bootstrap"
  9. ],
  10. "main": "./dist/js/bootstrap-datepicker.js",
  11. "files": [
  12. "build",
  13. "dist",
  14. "js/**/*.js",
  15. "less/*.less",
  16. "LICENSE"
  17. ],
  18. "homepage": "https://github.com/uxsolutions/bootstrap-datepicker",
  19. "author": "Andrew Rowls <eternicode@gmail.com>",
  20. "scripts": {
  21. "test": "grunt test"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/uxsolutions/bootstrap-datepicker.git"
  26. },
  27. "dependencies": {
  28. "jquery": ">=1.7.1 <4.0.0"
  29. },
  30. "devDependencies": {
  31. "grunt": "^1.0.4",
  32. "grunt-banner": "~0.6.0",
  33. "grunt-contrib-clean": "^1.0.0",
  34. "grunt-contrib-compress": "^1.5.0",
  35. "grunt-contrib-concat": "^1.0.1",
  36. "grunt-contrib-csslint": "^2.0.0",
  37. "grunt-contrib-cssmin": "^1.0.2",
  38. "grunt-contrib-jshint": "^1.1.0",
  39. "grunt-contrib-less": "^1.4.0",
  40. "grunt-contrib-qunit": "^1.2.0",
  41. "grunt-contrib-uglify": "^2.0.0",
  42. "grunt-jscs": "^3.0.1",
  43. "grunt-string-replace": "^1.3.1",
  44. "load-grunt-tasks": "^3.5.2",
  45. "phantomjs-prebuilt": "~2.1.16",
  46. "time-grunt": "^1.4.0"
  47. }
  48. }