bower.json 472 B

1234567891011121314151617181920
  1. {
  2. "name": "ionic-platform-web-client",
  3. "version": "0.7.1",
  4. "homepage": "https://github.com/driftyco/ionic-platform-web-client",
  5. "authors": [
  6. "Eric Bobbitt <eric@ionic.io",
  7. "William Pelrine <rudy@ionic.io>",
  8. "Dan Imhoff <dan@ionic.io>"
  9. ],
  10. "description": "Ionic platform web client",
  11. "main": "dist/ionic.io.bundle.min.js",
  12. "license": "Apache2",
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ]
  20. }