25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
595 B

  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. "videojs": "~7.4.2",
  17. "bootstrap": "~3.0.0",
  18. "modernizr": "~2.6.2",
  19. "uri.js": "~1.14.1",
  20. "typed.js": "https://github.com/mattboldt/typed.js.git",
  21. "realistic-typewriter.js": "https://github.com/fardjad/realistic-typewriter.js.git",
  22. "animate.less": "*",
  23. "jquery-waypoints": "https://github.com/imakewebthings/jquery-waypoints.git#~2.0.5"
  24. }
  25. }