.bower.json 733 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "knockout",
  3. "homepage": "http://knockoutjs.com/",
  4. "description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
  5. "main": "dist/knockout.js",
  6. "moduleType": [
  7. "amd",
  8. "globals",
  9. "node"
  10. ],
  11. "keywords": [
  12. "knockout",
  13. "mvvm",
  14. "mvc",
  15. "spa"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "spec",
  23. "build/output"
  24. ],
  25. "version": "3.4.2",
  26. "_release": "3.4.2",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "v3.4.2",
  30. "commit": "8f320dffc83f2c8f3622532fff1b3ac216b69c6c"
  31. },
  32. "_source": "https://github.com/SteveSanderson/knockout.git",
  33. "_target": ">=2.3.0",
  34. "_originalSource": "knockout"
  35. }