-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbower.json
52 lines (52 loc) · 1.2 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angular-gulp-boilerplate",
"description": "Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices",
"repository": {
"type": "git",
"url": "git+https://github.com/loginov-rocks/Angular-Gulp-Boilerplate.git"
},
"keywords": [
"angular",
"angular-locales",
"angularjs",
"autoprefixer",
"babel",
"boilerplate",
"bower",
"browsersync",
"concatenation",
"es2015",
"es6",
"eslint",
"esnext",
"gulp",
"i18n",
"internationalization",
"l10n",
"lint",
"localization",
"minimisation",
"sass",
"seed",
"skeleton",
"sourcemaps",
"uglification",
"ugify",
"watch"
],
"authors": [
"Danila Loginov <danila@loginov.rocks> (https://loginov.rocks)"
],
"license": "MIT",
"homepage": "https://github.com/loginov-rocks/Angular-Gulp-Boilerplate",
"dependencies": {
"angular": "^1.8.2",
"angular-dynamic-locale": "^0.1.37",
"angular-i18n": "^1.8.2",
"angular-translate": "^2.18.4",
"angular-translate-handler-log": "^2.18.4",
"angular-translate-loader-static-files": "^2.18.4",
"angular-ui-router": "^1.0.29",
"normalize-css": "^8.0.1"
}
}