component.json 457 B

12345678910111213141516171819202122
  1. {
  2. "name": "object-path",
  3. "description": "Access deep properties using a path",
  4. "version": "0.9.2",
  5. "author": {
  6. "name": "Mario Casciaro"
  7. },
  8. "homepage": "https://github.com/mariocasciaro/object-path",
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/mariocasciaro/object-path.git"
  12. },
  13. "main": "index.js",
  14. "scripts": ["index.js"],
  15. "keywords": [
  16. "deep",
  17. "path",
  18. "access",
  19. "bean"
  20. ],
  21. "license": "MIT"
  22. }