forked from cosenonjaviste/blogzinga
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1.09 KB
/
bower.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "bloggers",
"version": "0.0.1",
"authors": [
"CNJ"
],
"license": "xxx",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"AngularJS-SEO-Article": "https://github.com/yearofmoo-articles/AngularJS-SEO-Article.git"
},
"dependencies": {
"angularjs": "~1.2.20",
"angular-ui-router": "~0.2.10",
"angular-animate": "~1.2.21",
"jquery": "~1.10.2",
"angular-bootstrap": "angular-ui/bootstrap-bower#~0.11.0",
"bootstrap": "~3.2.0",
"angular-translate": "~2.2.0",
"angular-svg-round-progressbar": "~0.1.0",
"angular-i18n": "~1.2.24",
"angular-dynamic-locale": "~0.1.17",
"underscore": "~1.7.0",
"ui-ladda": "*",
"ladda-bootstrap": "~0.1.0",
"ng-file-upload-shim": "*",
"ng-file-upload": "*",
"angular-growl-v2": "~0.7.0",
"angular-promise-tracker": "*",
"moment": "~2.8.4",
"angular-utf8-base64": "~0.0.5",
"font-awesome": "~4.3.0",
"octicons": "https://github.com/cosenonjaviste/octicons.git#master",
"angulartics": "~0.17.2"
}
}