Select Git revision
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"
}
}