package.json 472 B

1234567891011121314151617181920
  1. {
  2. "name": "atpath",
  3. "version": "0.2.0",
  4. "description": "Access and copy-on-modify JavaScript objects, including maps, using deep paths.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://lolg.it/herby/atpath.git"
  12. },
  13. "keywords": [
  14. "immutable",
  15. "deep",
  16. "copy on write"
  17. ],
  18. "author": "Herby Vojčík <herby@mailbox.sk>",
  19. "license": "MIT"
  20. }