.bower.json 783 B

123456789101112131415161718192021222324252627282930
  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. "_release": "0.7.1",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "v0.7.1",
  24. "commit": "fc66c314091d3ad26a51a510fb499930ce6fa247"
  25. },
  26. "_source": "git://github.com/driftyco/ionic-platform-web-client.git",
  27. "_target": "^0.7.1",
  28. "_originalSource": "ionic-platform-web-client",
  29. "_direct": true
  30. }