-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 789 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 789 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
{
"name": "task-burndown",
"version": "0.0.0",
"homepage": "https://github.com/mc706/task-burndown",
"description": "App to Track Completion",
"moduleType": [
"es6",
"globals",
"yui"
],
"authors": [
""
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.3",
"angular-material": "~0.10.1",
"js-md5": "~1.1.1",
"highcharts": "~4.1.7",
"angular-cookies": "~1.4.3",
"angular-route": "~1.4.3",
"highcharts-ng": "~0.0.8",
"jquery": "~2.1.4",
"ui-bootstrap": "~0.13.3",
"angular-touch": "~1.4.3",
"angular-aria": "~1.4.3",
"angular-bootstrap": "~0.13.3",
"fontawesome": "~4.4.0"
}
}