bower.json 450 B

12345678910111213141516
  1. {
  2. "name": "example-ocLazyLoad",
  3. "version": "0.3.9",
  4. "homepage": "https://github.com/ocombe/ocLazyLoad",
  5. "authors": ["ocombe <olivier.combe@gmail.com>"],
  6. "main": "js/app.js",
  7. "license": "MIT",
  8. "private": true,
  9. "ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"],
  10. "dependencies": {
  11. "angular-ui-router": "~0.2.10",
  12. "ocModal": "~0.1.6",
  13. "bootstrap": "~3.2.0",
  14. "angular-ui-grid": "~3.0.0-rc.12"
  15. }
  16. }