Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

bower.json 570 B

7 lat temu
123456789101112131415161718192021222324
  1. {
  2. "name": "transfer.sh",
  3. "version": "0.0.0",
  4. "moduleType": [
  5. "node"
  6. ],
  7. "private": true,
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "bower_components",
  12. "test",
  13. "tests"
  14. ],
  15. "dependencies": {
  16. "bootstrap": "~3.0.0",
  17. "modernizr": "~2.6.2",
  18. "uri.js": "~1.14.1",
  19. "typed.js": "https://github.com/mattboldt/typed.js.git",
  20. "realistic-typewriter.js": "https://github.com/fardjad/realistic-typewriter.js.git",
  21. "animate.less": "*",
  22. "jquery-waypoints": "https://github.com/imakewebthings/jquery-waypoints.git#~2.0.5"
  23. }
  24. }