forked from fiami/Jira-Kanban-Cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
26 lines (26 loc) · 811 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
{
"name": "jira-kanban-cards",
"version": "0.0.0",
"appPath": "src/main/webapp",
"dependencies": {
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1",
"modernizr": "2.7.1",
"jquery": "~2.0.3",
"angular": "~1.2.18",
"json3": "3.3.0",
"angular-route": "~1.2.18",
"angular-resource": "~1.2.18",
"angular-cookies": "~1.2.18",
"angular-sanitize": "~1.2.18",
"angular-translate": "2.0.0",
"angular-translate-storage-cookie": "2.0.0",
"angular-translate-loader-static-files": "2.0.0",
"angular-dynamic-locale": "0.1.1",
"angular-i18n": "1.2.5",
"angular-base64": "~2.0.2"
},
"devDependencies": {
"angular-mocks": "~1.2.18",
"angular-scenario": "~1.2.18"
}
}