-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 827 Bytes
/
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
{
"name": "TicTacToe",
"version": "0.0.0",
"dependencies": {
"atmosphere": "2.2.4",
"jquery-atmosphere": "2.2.4",
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1",
"modernizr": "2.7.1",
"jquery": "2.1.1",
"angular": "1.2.22",
"json3": "3.3.2",
"angular-route": "1.2.22",
"angular-resource": "1.2.22",
"angular-cookies": "1.2.22",
"angular-sanitize": "1.2.22",
"angular-translate": "2.2.0",
"angular-translate-storage-cookie": "2.2.0",
"angular-translate-loader-static-files": "2.2.0",
"angular-dynamic-locale": "0.1.1",
"angular-i18n": "1.2.22",
"swagger-ui": "2.0.18"
},
"devDependencies": {
"angular-mocks": "1.2.22",
"angular-scenario": "1.2.22"
}
}