-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
74 lines (74 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "baboon-client",
"version": "0.5.2",
"author": {
"name": "Litixsoft GmbH",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Timo Liebetrau",
"email": "[email protected]"
},
{
"name": "Dominic Sachs",
"email": "[email protected]"
},
{
"name": "Marco Kannenberg",
"email": "[email protected]"
},
{
"name": "Andreas Krummsdorf",
"email": "[email protected]"
},
{
"name": "Sven Bernstein",
"email": "[email protected]"
}
],
"description": "Baboon Web Toolkit, client library.",
"keywords": [
"baboon",
"client",
"library"
],
"license": "MIT",
"homepage": "https://github.com/litixsoft/baboon-client",
"ignore": [
".reports",
".tmp",
".dist",
"bower_components",
"docs",
"example",
"modules/**/*.spec.js",
"modules/**/*.html",
"node_modules",
"test",
".*",
"Gruntfile.js",
"package.json",
"server.js",
"update.*",
"validate-commit-msg.js"
],
"dependencies": {
"angular": "1.3.3",
"angular-animate": "1.3.3",
"angular-bootstrap": "0.11.0",
"angular-route": "1.3.3",
"angular-socket-io": "~0.6.0",
"angular-translate": "~2.4.2",
"angular-translate-loader-static-files": "~2.4.2",
"bootstrap": "~3.2.0",
"showdown": "https://github.com/zwirn1981/showdown.git#master"
},
"devDependencies": {
"angular-highlightjs": "~0.3.0",
"angular-mocks": "1.3.3",
"es5-shim": "~4.0.0",
"json3": "~3.3.1",
"highlightjs": "~8.0.0"
}
}