You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
456 B

4 years ago
  1. {
  2. "name": "object-path",
  3. "description": "Access deep properties using a path",
  4. "version": "0.6.0",
  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. }