bower.json 465 B

1234567891011121314151617181920212223242526
  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. }