Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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 448B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "chai",
  3. "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  4. "license": "MIT",
  5. "keywords": [
  6. "test",
  7. "assertion",
  8. "assert",
  9. "testing",
  10. "chai"
  11. ],
  12. "main": "chai.js",
  13. "ignore": [
  14. "build",
  15. "components",
  16. "lib",
  17. "node_modules",
  18. "support",
  19. "test",
  20. "index.js",
  21. "Makefile",
  22. ".*"
  23. ],
  24. "dependencies": {},
  25. "devDependencies": {}
  26. }