package.json 518 B

1234567891011121314151617181920212223
  1. {
  2. "name": "just-diff-apply",
  3. "version": "3.0.0",
  4. "description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": "https://github.com/angus-c/just",
  10. "keywords": [
  11. "object",
  12. "diff",
  13. "apply",
  14. "jsonPatch",
  15. "no-dependencies",
  16. "just"
  17. ],
  18. "author": "Angus Croll",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/angus-c/just/issues"
  22. }
  23. }