bower.json 197 B

12345678910111213141516
  1. {
  2. "name": "object-path",
  3. "main": "index.js",
  4. "keywords": [
  5. "deep",
  6. "path",
  7. "access",
  8. "bean",
  9. "object"
  10. ],
  11. "ignore" : [
  12. "test.js",
  13. "coverage",
  14. "*.yml"
  15. ]
  16. }