Skip to content
Snippets Groups Projects
Select Git revision
  • ef9c018bed870a62a9637c26a379dddaffeb3533
  • master default protected
  • develop
  • release-2019.0
  • devel
  • 2018
  • feature/removegit
  • feature/redis-soft-state
  • feature/getpdfapi
  • feature/one-website
  • feature/rails5
  • fedbora27-base
  • centos-base
  • 2017
  • 2016
  • new-editor
  • replace_filemanager_with_git
  • client-side-md
18 results

bower.json

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    bower.json 777 B
    {
      "name": "course-website",
      "homepage": "https://github.com/dtu-compute/course-website",
      "authors": [
        "Iain Bryson <iain@iain-bryson.ca>"
      ],
      "description": "DTU Compute Web site",
      "main": "",
      "moduleType": [
        "globals"
      ],
      "license": "MIT",
      "private": true,
      "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "vendor/assets/components",
        "test",
        "tests"
      ],
      "dependencies": {
        "bootstrap": "3.0.3",
        "jquery": "2.0.3",
        "jquery-ujs": "1.2.1",
        "require-css": "0.1.5",
        "require-less": "0.1.2",
        "pagedown-extra": "https://github.com/jmcmanus/pagedown-extra.git#ea782c3d11eb78f57d00aa819527338996a70721",
        "yaml.js": "https://github.com/jeremyfa/yaml.js.git#~0.1.4",
        "MathJax": "~2.5.0"
      }
    }