-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 830 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Matching-System",
"version": "0.0.0",
"homepage": "https://github.com/Dalar/Matching-System",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"bootstrap": "~3.3.4",
"lodash": "~3.6.0",
"raphael": "~2.1.4",
"tinycolor": "~1.1.2",
"fontawesome": "~4.3.0",
"jquery-file-upload": "~9.9.3",
"angular-markdown-directive": "~0.3.1",
"angular-sanitize": "~1.3.15",
"showdown": "~0.4.0",
"angular-gravatar": "~0.3.1",
"angular-route": "~1.3.15",
"angular-ui-slider": "angular-ui/ui-slider#~0.1.2",
"Chart.js": "~1.0.2",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"ngSticky": "d-oliveros/ngSticky#~1.7.9",
"blueimp-md5": "~1.1.1"
}
}