bower.json 531 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ngMorph",
  3. "version": "0.0.1",
  4. "homepage": "https://github.com/jimobrien/2014-07-solo",
  5. "authors": [
  6. "Jim OBrien <jimobrien930@gmail.com>",
  7. "Github Contributors"
  8. ],
  9. "description": "Morph DOM elements with ease",
  10. "main": "dist/angular-morph.min.js",
  11. "license": "MIT",
  12. "private": false,
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ],
  20. "dependencies": {
  21. "angular": "~1.2.23"
  22. },
  23. "devDependencies": {
  24. "angular-mocks": "~1.2.23"
  25. }
  26. }