bower.json 503 B

12345678910111213141516171819202122
  1. {
  2. "name": "merge",
  3. "version": "1.2.1",
  4. "homepage": "https://github.com/yeikos/js.merge",
  5. "authors": [
  6. "yeikos <yeikos@gmail.com>"
  7. ],
  8. "description": "Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.",
  9. "main": "merge.js",
  10. "keywords": [
  11. "merge",
  12. "recursive",
  13. "extend",
  14. "clone",
  15. "object",
  16. "browser"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "tests"
  21. ]
  22. }