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 460B

12345678910111213141516171819202122232425
  1. {
  2. "name": "bson",
  3. "description": "A bson parser for node.js and the browser",
  4. "keywords": [
  5. "mongodb",
  6. "bson",
  7. "parser"
  8. ],
  9. "author": "Christian Amor Kvalheim <christkv@gmail.com>",
  10. "main": "./browser_build/bson.js",
  11. "license": "Apache-2.0",
  12. "moduleType": [
  13. "globals",
  14. "node"
  15. ],
  16. "ignore": [
  17. "**/.*",
  18. "alternate_parsers",
  19. "benchmarks",
  20. "bower_components",
  21. "node_modules",
  22. "test",
  23. "tools"
  24. ]
  25. }