bower.json 443 B

123456789101112131415161718192021222324
  1. {
  2. "name": "jmespath.js",
  3. "main": "jmespath.js",
  4. "version": "0.11.0",
  5. "homepage": "https://github.com/jmespath/jmespath.js",
  6. "authors": [
  7. "James Saryerwinnie <js@jamesls.com>"
  8. ],
  9. "description": "JMESPath implementation in javascript",
  10. "moduleType": [
  11. "node"
  12. ],
  13. "keywords": [
  14. "jmespath"
  15. ],
  16. "license": "MIT",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ]
  24. }