forked from openl10n/openl10n-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 864 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
28
29
30
31
{
"name": "openl10n-app",
"description": "A client for OpenLocalization built for AngularJS",
"homepage": "https://github.com/openl10n/openl10n-app",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"angular": "~1.3",
"angular-animate": "~1.3",
"angular-aria": "~1.3",
"angular-elastic": "~2.4",
"angular-gravatar": "~0.2",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4",
"angular-material": "~0.8",
"angular-messages": "~1.3",
"angular-scroll": "~0.6.2",
"angular-ui-router": "~0.2",
"flag-icon-css": "~0.6.4",
"hammerjs": "~2.0",
"jquery": "~2.1",
"lodash": "~2.4",
"ngInfiniteScroll": "~1.1.2",
"restangular": "~1.4.0",
"string": "~1.9",
"webfontloader": "~1.5.14"
},
"devDependencies": {
"angular-mocks": "~1.3",
"angular-scenario": "~1.3"
}
}