package.json 702 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "time-to",
  3. "version": "1.1.2",
  4. "description": "Countdown timer and digital clock",
  5. "main": "jquery.timeTo.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Lexxus/jq-timeTo.git"
  12. },
  13. "keywords": [
  14. "jquery-plugin",
  15. "ecosystem:jquery"
  16. ],
  17. "author": "Alexey Teterin",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/Lexxus/jq-timeTo/issues"
  21. },
  22. "homepage": "http://lexxus.github.io/jq-timeTo/",
  23. "devDependencies": {
  24. "gulp": "^3.9.0",
  25. "gulp-rename": "^1.2.2",
  26. "gulp-uglify": "^1.5.1"
  27. },
  28. "dependencies": {
  29. "jquery": "^2.1.4"
  30. }
  31. }