Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

bower.json 685B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "codex",
  3. "version": "0.0.1",
  4. "authors": [
  5. "James Peret <james.peret@gmail.com>"
  6. ],
  7. "description": "Note taking app",
  8. "main": "index.html",
  9. "moduleType": [
  10. "node"
  11. ],
  12. "license": "MIT",
  13. "homepage": "james.peret@gmail.com",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ],
  21. "dependencies": {
  22. "angular": "~1.4.7",
  23. "angular-ui": "~0.4.0",
  24. "angular-ui-router": "~0.2.15",
  25. "angular-sanitize": "~1.4.7",
  26. "angular-ui-ace": "~0.2.3",
  27. "jquery": "~2.1.4",
  28. "angular-highlightjs": "~0.4.3",
  29. "angular-isotope": "~0.1.14",
  30. "isotope": "~2.2.2",
  31. "shufflejs": "~3.1.1"
  32. }
  33. }