package.json 906 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "bootstrap-datetime-picker",
  3. "homepage": "http://www.malot.fr/bootstrap-datetimepicker/",
  4. "description": "Both Date and Time picker widget based on twitter bootstrap",
  5. "version": "2.4.4",
  6. "license": "Apache 2.0",
  7. "author": {
  8. "name": "Sebastien Malot"
  9. },
  10. "maintainers": [{
  11. "name": "Sebastien Malot"
  12. },{
  13. "name": "Christian Vaas",
  14. "email": "christianvaas@auspex.eu"
  15. }
  16. ],
  17. "keywords": [
  18. "bootstrap", "datetime", "picker"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/smalot/bootstrap-datetimepicker.git"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/smalot/bootstrap-datetimepicker"
  26. },
  27. "main": "./js/bootstrap-datetimepicker.js",
  28. "devDependencies": {
  29. "grunt": "^1.0.1",
  30. "grunt-contrib-jshint": "^1.0.0",
  31. "grunt-version-check": "^0.3.7",
  32. "jshint": "^2.9.4",
  33. "load-grunt-tasks": "^3.4.1"
  34. }
  35. }