-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1.11 KB
/
bower.json
File metadata and controls
42 lines (42 loc) · 1.11 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": "angular-material-template",
"version": "0.1.0",
"description": "A template to kick-start AngularJS projects using Material design",
"author": "Naresh Bhatia",
"license": "MIT",
"homepage": "https://github.com/archfirst/angular-material-template",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "~1.6.2",
"bardjs": "~0.1.8"
},
"dependencies": {
"angular": "~1.6.2",
"angular-animate": "~1.6.2",
"angular-messages": "~1.6.2",
"angular-sanitize": "~1.6.2",
"angular-aria": "^1.6.2",
"angular-permission": "^5.2.1",
"angular-material": "~1.0.5",
"angular-ui-router": "~0.3.1",
"lodash": "4.5.1",
"angular-i18n": "^1.6.2",
"angular-touch": "^1.6.2",
"angular-cache": "^4.6.0",
"angular-translate": "^2.15.0",
"angular-translate-loader-static-files": "^2.15.0",
"angular-translate-loader-partial": "^2.15.0",
"angular-data-grid": "*",
"angular-bootstrap": "^2.5.0",
"angular-md5": "^0.1.10"
},
"resolutions": {
"angular": "~1.6.2"
}
}