-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
47 lines (47 loc) · 1.01 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": "CodeFriends",
"version": "0.0.0",
"homepage": "https://github.com/code-friends/CodeFriends",
"authors": [
"CodeFriends"
],
"description": "Remote pair/group programming environment",
"main": "client/index.html",
"keywords": [
"programming",
"environment",
"pair",
"group",
"chat",
"video"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.7",
"angular-ui-router": "~0.2.13",
"angular-ui-utils": "bower-keypress",
"ngSocket": "~0.2.1",
"normalize.css": "~3.0.2",
"jshashes": "~1.0.5",
"moment": "~2.8.4",
"angular-sanitize": "~1.3.8",
"bootstrap-sass-official": "3.3.1",
"angular-bootstrap": "~0.12.0",
"bootstrap-social": "~4.8.0",
"angular-scroll-glue": "~2.0.3",
"ng-file-upload": "~2.0.5",
"lodash": "~2.4.1",
"q": "~2.0.2",
"codemirror": "~4.11.0"
},
"resolutions": {
"angular": "~1.3.8"
}
}