-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
47 lines (47 loc) · 1.16 KB
/
bower.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "matchjs",
"description": "Micro mentoring for Javascript developers.",
"main": "server/server.js",
"authors": [
"Anthony Bibbs",
"Sergey Piterman",
"Rachel Jenkins",
"Polina Soshnin"
],
"license": "ISC",
"homepage": "https://github.com/polinadotio/matchjs",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.9",
"angular-bootstrap": "~1.1.1",
"angular-bootstrap-checkbox": "~0.3.1",
"angular-cookies": "~1.4.9",
"angularfire": "~1.1.3",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.6",
"bootstrap-social": "~4.12.0",
"firebase": "~2.4.0",
"font-awesome": "fontawesome#~4.5.0",
"moment": "~2.11.1",
"ng-file-upload-shim": "~11.2.0",
"ng-file-upload": "~11.2.0",
"rxjs": "2.3.22",
"ng-tags-input": "3.0.0",
"underscore": "~1.8.3",
"ui-select": "angular-ui-select#~0.14.2",
"angular-sanitize": "~1.4.9",
"angular-mocks": "~1.4.9",
"angular-scroll-glue": "~2.0.6",
"semantic": "semantic-ui#~2.1.8"
},
"resolutions": {
"angular": "~1.4.9"
}
}