You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
381 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. "transfersh-web/bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "dependencies": {
  17. "bootstrap": "~3.0.0",
  18. "modernizr": "~2.6.2",
  19. "typed.js": "https://github.com/mattboldt/typed.js.git"
  20. }
  21. }