.bower.json 731 B

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