Ohm-Management - Projektarbeit B-ME
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.

bower.json 421B

123456789101112131415161718192021
  1. {
  2. "name": "sift",
  3. "version": "3.2.0",
  4. "authors": [
  5. "Craig Condon <craig.j.condon@gmail.com>"
  6. ],
  7. "description": "mongodb query style array filtering",
  8. "main": "sift.min.js",
  9. "moduleType": [],
  10. "license": "MIT",
  11. "homepage": "https://github.com/crcn/sift.js",
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "benchmark",
  18. "webpack.js",
  19. "package.json"
  20. ]
  21. }