-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·40 lines (40 loc) · 891 Bytes
/
bower.json
File metadata and controls
executable file
·40 lines (40 loc) · 891 Bytes
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
{
"name": "folio",
"version": "0.0.0",
"homepage": "https://github.com/davetheflashguy/folio",
"authors": [
"Dave Collier <davetheflashguy@gmail.com>"
],
"description": "Typescript Portfolio of Dave Collier",
"keywords": [
"Dave",
"Collier",
"davetheflashguy"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.6",
"angular-ui-router": "~0.2.15",
"angular-aria": "~1.4.7",
"angular-material": "~0.11.2",
"angular-animate": "~1.4.7",
"mdi": "~1.2.65",
"components-font-awesome": "~4.4.0",
"material-design-icons": "~2.0.0",
"moment": "~2.11.1"
},
"devDependencies": {
"angular-mocks": "~1.4.8",
"a0-angular-storage": "~0.0.13",
"json2": "*",
"angular-sanitize": "~1.5.2"
}
}