2
0

package.json 393 B

123456789101112131415
  1. {
  2. "name": "json-patch-test-suite",
  3. "version": "1.1.0",
  4. "description": "JSON Patch RFC 6902 test suite",
  5. "repository": "github:json-patch/json-patch-tests",
  6. "homepage": "https://github.com/json-patch/json-patch-tests",
  7. "bugs": "https://github.com/json-patch/json-patch-tests/issues",
  8. "keywords": [
  9. "JSON",
  10. "Patch",
  11. "test",
  12. "suite"
  13. ],
  14. "license": "Apache-2.0"
  15. }