bower.json 444 B

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