bower.json 465 B

123456789101112131415161718192021222324
  1. {
  2. "name": "deepmerge",
  3. "main": "index.js",
  4. "version": "0.2.5",
  5. "homepage": "https://github.com/nrf110/deepmerge",
  6. "authors": [
  7. "Nicholas Fisher <nfisher110@gmail.com>"
  8. ],
  9. "description": "Merge the enumerable attributes of two objects.",
  10. "keywords": [
  11. "merge",
  12. "extend",
  13. "assign"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "app/bower_components",
  21. "test",
  22. "tests"
  23. ]
  24. }