package.json 510 B

12345678910111213141516171819202122
  1. {
  2. "name": "jQuery-Timepicker-Addon",
  3. "version": "0.0.0-ignored",
  4. "engines": {
  5. "node": ">= 0.8.0"
  6. },
  7. "scripts": {
  8. "test": "grunt jasmine"
  9. },
  10. "devDependencies": {
  11. "grunt-contrib-jshint": "~0.1.1",
  12. "grunt-contrib-jasmine": "~0.5.1",
  13. "grunt-contrib-concat": "~0.4.0",
  14. "grunt-contrib-uglify": "~0.9.1",
  15. "grunt-contrib-watch": "~0.2.0",
  16. "grunt-contrib-clean": "~0.4.0",
  17. "grunt-contrib-copy": "~0.4.0",
  18. "grunt-contrib-cssmin": "~0.6.0",
  19. "grunt-replace": "~0.4.4",
  20. "grunt": "~0.4.1"
  21. }
  22. }