forked from ivanproskuryakov/Aisel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·34 lines (34 loc) · 866 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
32
33
34
{
"name": "aisel",
"version": "0.0.1",
"appPath": "web",
"dependencies": {
"angular": "~1.2.6",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"sass-bootstrap": "~3.0.2",
"angular-resource": "1.2.6",
"angular-cookies": "1.2.6",
"angular-sanitize": "1.2.6",
"angular-route": "1.2.6",
"angular-ui": "~0.4.0",
"angular-bootstrap": "~0.10.0",
"angular-ui-utils": "~0.1.1",
"angular-notify": "*",
"angular-gravatar": "~0.1.4",
"textAngular": "1.2.1",
"font-awesome": "4.0.x",
"angular-disqus": "1.1.0",
"rangy": "1.2.x",
"angular-translate": "2.2.0",
"blueimp-file-upload": "9.5.8",
"blueimp-gallery": "2.15.1",
"fancytree": "2.2.0",
"ui-contextmenu": "1.5.0"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6"
}
}